Send Data to SmartWorks IoT
Data must be sent via HTTP or MQTT to SmartWorks IoT. For this project we are using MQTT connection.
MQTT Is the standard for IoT messaging. It allows for messaging between device to cloud and cloud to device. More information on MQTT can be found here:
Client connections are always handled by a MQTT broker, which is responsible for receiving and filtering the messages, determining who is subscribed to each message and sending them. To configure the MQTT broker connection, the Host, Username and Password are the required parameters.
Follow the steps below to connect your device via MQTT.