This commit is contained in:
kimwolk 2022-02-01 13:48:48 -08:00 коммит произвёл GitHub
Родитель 02357d5821
Коммит f464f6a692
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@ Useful resources for creating solutions with [IoT Central](https://aka.ms/iotcen
## connecting devices
- [iot-central-high-availability-clients](https://github.com/Azure/iot-central-high-availability-clients) - device code showing how to failover between IoT Hubs
- [iot-central-batch-telemetry-with-python](https://github.com/Azure/iot-central-batch-telemetry-with-python) - device code showing how to send telemetry as a batch over AMQP
- [iot-central-batch-telemetry-with-python](https://github.com/Azure/iot-central-batch-telemetry-with-python) - device code showing how to send telemetry as a batch over HTTPS
- [iot-central-file-upload-device](https://github.com/Azure/iot-central-file-upload-device) - shows how a device can upload a file to the cloud using IoT Central
## testing devices