azure-iot-edge-bogus-data-generator icon indicating copy to clipboard operation
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

Docker Build Status Docker Pulls

Demo

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