Skip to content

OSTUSA/iot-workshop-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IoT Workshop Sim(ulation) Service

Generate simulated telemetry against an Azure IoT Hub, for assistance developing Streaming Analytics jobs, and Power BI dashboards.

Uses the TopShelf library for generating either a command-line app, or a Windows Service.

Notes

Expects all simulated devices to already be registered in the IoT Hub Device Registry.

Looks for a deviceConfig.json file in the root of the /bin directory when starting up, which should specify the devices to act as.

Example schema:

{
    "Devices": [
        {
            "DeviceId": "<IoT Hub Device ID>",
            "DeviceKey": "<IoT Hub Device Key>"
        }
    ],
    "IotHubUri": "<IoT Hub URI>"
}

About

Device simulator for the IoT Workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages