How to get started
We totally understand that not everyone has a Raspberry Pi and Grove Pi at hand, to test the complete functionality part of this repo. For that very specific purpose, we've created a simple .NET Core Console App that sends events to a given event hub in Azure, in the same format as expected by the Azure Stream Analytics job.
To get the IoT simulator working, please do the following:
- Clone this repository
- Open IoTSimulation.sln in prefered IDE
- Navigate to the appsettings.json and set the following values
Property | Value |
---|---|
EventHubPath | Name of Event-Hub Namespace |
EventHubConnectionString | Connection string to given event hub |
- Run the console application