azure-iot-edge-bogus-data-generator
azure-iot-edge-bogus-data-generator copied to clipboard
An IoT Edge Module that generates sample data using [Bogus](https://github.com/bchavez/Bogus)
azure-iot-edge-bogus-data-generator
An IoT Edge Module that generates sample data using Bogus

Getting Started
Modify the CreateBogusData method in BogusDataFatory.cs to customize the simulated data. See the Bogus README for examples.
Module Twin Properties
| Parameter | Description | Type |
|---|---|---|
| SendData | Controls whether to send data (default: true) | Boolean |
| SendInterval | Interval to generate and send data (in seconds) | Integer |