Skip to content

Releases: Azure-Samples/Iot-Telemetry-Simulator

Where to find releases

09 Mar 10:26
e475619
Compare
Choose a tag to compare

You can find all released versions as the tags in this repository: https://github.com/Azure-Samples/Iot-Telemetry-Simulator/tags

For each version, we also publish the docker images.
For instance, for the version 1.15.0 we would publish these images:

  • mcr.microsoft.com/oss/azure-samples/azureiot-telemetrysimulator:1.15.0
  • mcr.microsoft.com/oss/azure-samples/azureiot-simulatordeviceprovisioning:1.15.0

Azure IoT Device Telemetry Simulator

05 Jan 08:57
bb329e1
Compare
Choose a tag to compare
Merge pull request #11 from algattik/algattik/message-duplicates

Add option to randomly duplicate messages

Azure IoT Device Telemetry Simulator

05 Jan 08:01
d708f73
Compare
Choose a tag to compare
Merge pull request #10 from algattik/algattik/partition-key

Allow providing PartitionKey for Event Hubs

Azure IoT Device Telemetry Simulator

05 Jan 07:53
bc7049e
Compare
Choose a tag to compare
Merge pull request #9 from algattik/algattik/kafka-support

Add Kafka support

Azure IoT Device Telemetry Simulator

04 Jan 15:27
6462781
Compare
Choose a tag to compare
Merge pull request #8 from algattik/algattik/accurate-delay

Accurate delay computation

Azure IoT Device Telemetry Simulator

04 Jan 07:42
01993f8
Compare
Choose a tag to compare
Merge pull request #7 from algattik/algattik/6-thread-safe-use-random

Thread-safe use of Random

Azure IoT Device Telemetry Simulator

28 Jul 09:12
99474f2
Compare
Choose a tag to compare
Merge pull request #5 from Azure-Samples/TechPreacher-fix-Message-Con…

…tentEncoding

Update IotHubSender.cs

Initial Release (2020-04-07)

06 Apr 17:02
3dfbad2
Compare
Choose a tag to compare

This is the initial release of the IoT Device Telemetry Simulator.

Features

  • Added IotSimulatorDeviceProvisioning: library / container to provision test devices in IoT Hub
  • Added IotTelemetrySimulator: library / container that simulates IoT device telemetry load against IoT Hub or Event Hubs.
  • Added IotTelemetrySimulator.Automation: library / container that can be used to automate the IoT device telemetry simulator in CI/CD pipelines.
  • Added IotTelemetrySimulator.Automation.Console: Sample .NET Console app to show how to integrate the
    IotTelemetrySimulator.Automation component.