-
Event Hubs Event Hubs Get started with Event Hubs Event Hubs Programming Guide Service Bus Event Hubs Getting Started Event Hubs Authentication and Security Model Overview Service Bus Event Hubs Large Scale Secure Publishing Service Bus Event Hubs Direct Receivers Service Bus Explorer Episode...
-
On Thursday the 9th June me and a collegue were at the Microsoft TechCamp at the University of Applied Sience in Frankfurt and played a bit with the RaspBerry Pi 2 and some sensors. The result was a button connected to the RaspBerry. The setting was a button on an extender board connected to the RaspBerry...
-
Believe me or not, but we had approx. 25kg of things. All we had to do is to try them. We started with Gadgeteers and .NET Microframework to show microcontrollers in action. Then we focused the IoT star board Pi2 with Windows 10. We demoed how to connect all these things in internet of things...
-
private async void doIt( object sender, RoutedEventArgs e) { m_Voltage = !m_Voltage; ...
-
Internet of Things: Getting Started with Event Hubs (article) Microsoft Azure Event Hubs are a managed platform component of Azure IoT services that provides a telemetry data ingestion at cloud scale with low latency and high reliability. Cloud Data Science Process (Video 1h): The Cloud Data Science...
-
We published new version of Azure Service Bus Java Script SDK v1.2. This version provides supports for sending of events to Azure Service Bus Event Hubs. Supported features: Sending of messages to the queue Reading of messages from queue Sending of messages to Topic Sending of events to EventHub ( NEW...
-
In few days I will publish the new version of Service Bus JavaScript SDK . The new version v1.2.0 will include support for Event Hubs . Sample SDK will be as usual referenced from NuGet and it will include Event Hub Testing page. The test page will simulate posting of event data from temperature sensor...
-
In the Part I of this article series I described how to build the System on Module application in .NET Micro Framework which publishes (ingress) events from sensor to the Service Bus. Additionally I also described how to implement the listener on the sensor which is receiving remotely sent commands....
-
No question IoT (Internet of Things) seems to be very interesting, usable and powerful topic. When talking about IoT we typically think about small devices and cool solutions around them in human accessible environment. Interestingly, there is an initiative in Germany called “ Industrie 4.0 ”,...
-
No question IoT (Internet of Things) seems to be very interesting, usable and powerful topic. When talking about IoT we typically think about small devices and cool solutions around them in human accessible environment. Interestingly, there is an initiative in Germany called “ Industrie 4.0 ”,...
-
When running service bus as a farm, you will likely need to setup the DNS name for the whole farm. To do perform following steps: 1. Execute Stop-SBFarm to Stop all nodes in the farm. 2. Execute Set-SBFarm –FrarmDns by giving the DNS name for the SB farm. 3. On all SB nodes execute Update-SBHost 4. Finally...
-
In less than one hour I will give a session “Internet of Things and Co” at Advanced Developer Conference with focus on Cross Platform. http://www.adc.ms/x/default Here is preliminary Agenda:
-
One of good Microsoft decisions was to try to align cloud technologies to traditional On-prem technologies. Especially Service Bus for Windows server was a product which first implemented this strategic decision. But most partners and customer who host Service Bus on their own will figure out that such...
-
This year I will traditionally give a talk at Mobility Day in Zagreb . My session will focus the Internet of Things and Industry 4.0. We will talk about real market demand which focuses new kind of apps & gadgets. Of course I will address requirements, issues and demonstrate solutions in term of...
-
This post contains all important information to start SbJsSdk . What is Azure Service Bus Java Script SDK? JavaScript SDK is a JavaScript library which simplify Azure Service Bus messaging on to of REST protocol. For more information please take a look on this article, which gives a short overview: http...