/azure-iot-edge-bogus-data-generator

An IoT Edge Module that generates sample data using [Bogus](https://github.com/bchavez/Bogus)

Primary LanguageC#

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