https://github.com/markrad/iotrest
Demonstrates how to send messages to an Azure IoT hub using the REST interface
https://github.com/markrad/iotrest
Last synced: 10 months ago
JSON representation
Demonstrates how to send messages to an Azure IoT hub using the REST interface
- Host: GitHub
- URL: https://github.com/markrad/iotrest
- Owner: markrad
- License: mit
- Created: 2018-05-22T19:31:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T22:02:03.000Z (over 7 years ago)
- Last Synced: 2025-05-31T05:26:01.054Z (about 1 year ago)
- Language: C#
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IoTREST
Demonstrates how to send messages to an Azure IoT hub using the REST interface.
Using a connection string acquired either from the Device Explorer tool or the Azure Portal, this sample will generate a SAS token and send a message to the Azure IoT hub every five seconds.