An open API service indexing awesome lists of open source software.

https://github.com/jongio/azure-iot-edge-dev

A collection of resources for Azure IoT Edge development.
https://github.com/jongio/azure-iot-edge-dev

Last synced: 2 months ago
JSON representation

A collection of resources for Azure IoT Edge development.

Awesome Lists containing this project

README

        

# Azure IoT Edge Development Resources

A collection of resources for Azure IoT Edge development.

## Docs
- [Azure IoT Edge Official Docs](https://docs.microsoft.com/en-us/azure/iot-edge/)
- [Azure IoT Edge Configuration](https://github.com/jonbgallant/azure-iot-edge-config) - An explanation of the runtime and module config files required for Azure IoT Edge development.
- [Azure IoT Edge Runtime (iotedgectl) Docs](https://pypi.python.org/pypi/azure-iot-edge-runtime-ctl)

## Blogs
- [Azure IoT Edge on Raspberry Pi](https://jong.io/azure-iot-edge-raspberrypi) - Deploy Azure IoT Edge to Raspberry Pi
- [Azure IoT Edge from Azure Container Registry](https://jong.io/azure-iot-edge-azure-container-registry) - Run Azure IoT Edge from your own Azure Container Registry.
- [Azure IoT Edge - How to Set Force No Passwords in Config](https://jong.io/azure-iot-edge-config-file-force-no-passwords-msg)
- [Working with IoT Edge in F#](https://compositional-it.com/blog/2017/12-27-iot-edge-and-fsharp/)

## Dev Tools
- [Azure IoT Edge Dev Tool](https://github.com/jonbgallant/azure-iot-edge-dev-tool) - The Azure IoT Edge Dev Tool greatly simplifies your Azure IoT Edge development process. It has everything you need to get started and helps with your day-to-day IoT Edge development.
- [Azure IoT Edge VS Code Extension](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-edge)
- [Easily Create IoT Edge custom modules with Visual Studio Code](https://blogs.msdn.microsoft.com/visualstudio/2017/12/12/easily-create-iot-edge-custom-modules-with-visual-studio-code/)
- [Azure IoT Edge Module Twin Update VSTS Task](https://marketplace.visualstudio.com/items?itemName=DanielMeixner.IotHubModuleTwinUpdate) - Use this task to trigger an update the module config of your IoT Edge devices.

## Videos
- [Azure IoT Edge Dev Tool: Introduction](https://www.youtube.com/watch?v=lcDFX8PXqUQ)
- [Enable edge intelligence with Azure IoT Edge (Olivier Bloch)](https://channel9.msdn.com/Events/Connect/2017/T253)
- [Enable edge intelligence with Azure IoT Edge (Arjmand Samuel)](https://channel9.msdn.com/Events/Connect/2017/B114)

## Modules
- [UDP](https://github.com/danigian/iot-edge-udp) - Build Azure IoT Edge solutions with UDP connectivity. Creates an UDP endpoint and routes messages to the EdgeHub.
- [OPC-UA Client](https://github.com/dariuszparys/edgev2-opc-client) - Template for creating OPC-UA client modules.
- [Monitoring Module](https://github.com/dariuszparys/edgev2-monitor-module) - If you integrate this module in your EdgeHub deployment you can basically monitor all traffic between modules

## Other
- [Azure IoT REST](https://github.com/jonbgallant/azure-iot-rest) - Help with the Azure IoT REST APIs

## Support
- [Azure IoT Edge on Stackoverflow](https://stackoverflow.com/questions/tagged/azure-iot-edge)
- [Report Issues on GitHub](https://github.com/Azure/iot-edge/issues)
- [Feature Requests on UserVoice](https://feedback.azure.com/forums/907045-azure-iot-edge)