A curated list of awesome Azure IoT Central libraries, open source repos, guides, blogs, and other resources.
Перейти к файлу
kimwolk e53ff0a87e
Create additional_resources.md
2022-02-01 10:34:10 -08:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md committed 2022-01-06 15:50:55 -08:00
LICENSE LICENSE updated to template 2022-01-06 15:50:56 -08:00
README.md Update README.md 2022-01-25 17:11:57 -08:00
SECURITY.md SECURITY.md committed 2022-01-06 15:50:57 -08:00
SUPPORT.md SUPPORT.md committed 2022-01-06 15:50:58 -08:00
additional_resources.md Create additional_resources.md 2022-02-01 10:34:10 -08:00

README.md

Awesome IoT Central Awesome

Useful resources for creating solutions with IoT Central that make you say "Wow, this is amazing!"

guidance

learning paths

connecting devices

testing devices

companion experiences

  • contoso-drive-support - an IoT Central companion experience that demonstrates how to build a custom web app for a support technician operating a fleet management solution
  • contoso-drive-simulator - an IoT Central companion experience that demonstrates how to build a web app that does device simulation (use with the Contoso-Drive Support application)
  • iot-central-aad-app - authenticate and use IoT Central control and data plane APIs
  • iotc-go - demonstrates using the IoT Central APIs in a Golang command-line tool
  • iotc-query - demonstrates using the query APIs currently in private preview
  • iotc-migrator - companion experience for moving device between IoT Central applications or to a pure PaaS solution

transformation

  • Azure/iotc-device-bridge - runnable as an Azure Function or Container, it transforms and sends unidirectional data using HTTP in cloud-to-cloud integrations with IoT Central
  • iotc-device-bridge - transforms and does bi-directional communication using AMQP in cloud-to-cloud integrations with IoT Central
  • iot-central-transform-with-iot-edge - ses Azure IoT Edge to transform and send data to IoT Central
  • iotc-weather - sends collected weather data from a MySQL database to an IoT Central application

compute

  • iot-central-compute - a simple way to do compute and data transformation on data sent to Azure IoT Central using Azure Functions

miscellaneous