Connecting to Azure IoT Hub from scriptr.io
About Azure IoT Hub Azure IoT Hub is a Platform as a Service (PaaS) that targets the IoT by providing device registry, data storage, and security services. IoT hub establishes bi-directional communication with connected devices, using different protocols (MQTT, AMQP and HTTP). It also provides a service interface for IoT application development. Prerequisites: In the following we assume that you already have created an Azure IoT Hub account and that you have created at least one device for which you generated an access Key. For more on this topic, kindly refer to the following links: IoT Hub getstarted, Control...
Read More