{"id":18149261,"url":"https://github.com/jongio/azure-iot-edge-dev","last_synced_at":"2025-10-04T15:46:15.225Z","repository":{"id":69183264,"uuid":"114815908","full_name":"jongio/azure-iot-edge-dev","owner":"jongio","description":"A collection of resources for Azure IoT Edge development.","archived":false,"fork":false,"pushed_at":"2018-01-05T19:47:51.000Z","size":10,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T22:14:57.077Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jongio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-19T22:08:40.000Z","updated_at":"2023-08-29T10:46:46.000Z","dependencies_parsed_at":"2023-05-01T16:03:24.725Z","dependency_job_id":null,"html_url":"https://github.com/jongio/azure-iot-edge-dev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jongio/azure-iot-edge-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongio%2Fazure-iot-edge-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongio%2Fazure-iot-edge-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongio%2Fazure-iot-edge-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongio%2Fazure-iot-edge-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jongio","download_url":"https://codeload.github.com/jongio/azure-iot-edge-dev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongio%2Fazure-iot-edge-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278335451,"owners_count":25970113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-01T23:12:26.649Z","updated_at":"2025-10-04T15:46:15.208Z","avatar_url":"https://github.com/jongio.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure IoT Edge Development Resources\n\nA collection of resources for Azure IoT Edge development.\n\n## Docs\n- [Azure IoT Edge Official Docs](https://docs.microsoft.com/en-us/azure/iot-edge/)\n- [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.\n- [Azure IoT Edge Runtime (iotedgectl) Docs](https://pypi.python.org/pypi/azure-iot-edge-runtime-ctl)\n\n## Blogs\n- [Azure IoT Edge on Raspberry Pi](https://jong.io/azure-iot-edge-raspberrypi) - Deploy Azure IoT Edge to Raspberry Pi\n- [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.\n- [Azure IoT Edge - How to Set Force No Passwords in Config](https://jong.io/azure-iot-edge-config-file-force-no-passwords-msg)\n- [Working with IoT Edge in F#](https://compositional-it.com/blog/2017/12-27-iot-edge-and-fsharp/)\n\n## Dev Tools\n- [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.\n- [Azure IoT Edge VS Code Extension](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-edge)\n- [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/)\n- [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.\n\n## Videos\n- [Azure IoT Edge Dev Tool: Introduction](https://www.youtube.com/watch?v=lcDFX8PXqUQ)\n- [Enable edge intelligence with Azure IoT Edge (Olivier Bloch)](https://channel9.msdn.com/Events/Connect/2017/T253)\n- [Enable edge intelligence with Azure IoT Edge (Arjmand Samuel)](https://channel9.msdn.com/Events/Connect/2017/B114)\n\n## Modules\n- [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.\n- [OPC-UA Client](https://github.com/dariuszparys/edgev2-opc-client) - Template for creating OPC-UA client modules.\n- [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\n\n## Other\n- [Azure IoT REST](https://github.com/jonbgallant/azure-iot-rest) - Help with the Azure IoT REST APIs\n\n## Support\n- [Azure IoT Edge on Stackoverflow](https://stackoverflow.com/questions/tagged/azure-iot-edge)\n- [Report Issues on GitHub](https://github.com/Azure/iot-edge/issues)\n- [Feature Requests on UserVoice](https://feedback.azure.com/forums/907045-azure-iot-edge)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongio%2Fazure-iot-edge-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjongio%2Fazure-iot-edge-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongio%2Fazure-iot-edge-dev/lists"}