https://github.com/snobu/azure-iot-workshop
https://github.com/snobu/azure-iot-workshop
azure azure-functions azure-iot azure-iothub azure-logicapps azure-service-bus iot stream-analytics
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/snobu/azure-iot-workshop
- Owner: snobu
- Created: 2018-03-28T12:24:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T19:32:38.000Z (over 7 years ago)
- Last Synced: 2025-05-01T14:54:17.922Z (5 months ago)
- Topics: azure, azure-functions, azure-iot, azure-iothub, azure-logicapps, azure-service-bus, iot, stream-analytics
- Language: C#
- Size: 89.7 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microsoft Azure IoT Workshop
## Orientation
```sh
.
├── code
│ ├── iot-device-x509selfsigned # Provision devices with x509 certs
│ │ └── certs # <-- Place your selfsigned.pfx here (pub + priv key)
│ ├── iot-spycam # Implements device methods and file upload
│ ├── python-sb-client # Python Service Bus client sample
│ ├── routing-with-iothub # Demonstrates the use of routing in IoT Hub
│ └── snmp-to-mqtt # Connect a SNMP device to IoT Hub over MQTT
├── decks # PowerPoint decks
└── packet-capture # A raw packet capture for HTTP, AMQP and MQTT after TLS decryption
```The DevKitState Device Twin demo is available at https://github.com/DevKitExamples/DevKitState.
The hands-on lab is available at https://github.com/snobu/azureiothol201.
Unless otherwise noted, all C# code in this repo runs on .NET Core.