Forum Discussion

jonmikeli's avatar
jonmikeli
Iron Contributor
Nov 01, 2019

Azure IoT Device Simulator-.Net Core 3.x version

Hi all,

 

In case it can help, you will find https://github.com/jonmikeli/azureiotdevicesimulator3 an Azure IoT Device Simulator upgraded to .Net Core 3.x.

The solution allows to simulate a broad part of the Azure IoT Device SDK.

Those capabilities include features like:

  • C2D messages based on JSON templates (different types of messages included by default)
  • D2C flows (desired properties, direct methods, messages)
  • flows at device and module level configurable through separated configuration files (JSON-based). You can set different settings for each type of message, for each module and for each device.

The solution runs as a .Net Core console application. It is easily containerizable (you can even find an image ready to use https://hub.docker.com/r/jonmikeli/azureiotdevicesimulator3).

 

The solution can be used as a developer tool (I guess, this is its primary use) or to build a simulation platform. This could maybe complete the simulation capabilities of Microsoft IoT Central.

 

A https://github.com/jonmikeli/azureiotdevicesimulator exists too.

 

Enjoy your IoT project ;).

No RepliesBe the first to reply

Resources