Lines Matching full:iot
2 :name: Microsoft Azure IoT Hub MQTT
5 Connect to Azure IoT Hub and publish messages using MQTT.
11 can publish messages to an Azure Cloud IoT hub based on MQTT protocol.
14 - Establish a TLS connection with Azure Cloud IoT hub
26 - Azure IOT Cloud credentials and required information
34 Certs are required to authenticate to the Azure Cloud IoT hub.
36 copied from `<https://github.com/Azure/azure-iot-sdk-c/blob/master/certs/certs.c>`_
38 Configure the following Kconfig options based on your Azure Cloud IoT Hub
45 where ``{iothubhostname}`` is the full CName of the IoT hub.
49 - ``SAMPLE_CLOUD_AZURE_HOSTNAME`` - IoT hub hostname
77 This is the overlay template for Azure IoT hub and other details:
84 CONFIG_SAMPLE_CLOUD_AZURE_HOSTNAME="<IoT hub hostname>"
118 Goto IoT devices section in Azure Portal. Click on the device from
119 IoT devices. If you have configured multiple devices, select correct device.
124 <https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-mqtt-support>`_.