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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C# 97.0%Language:Dockerfile 3.0%