The Question : 11 people think this question is useful I’ve got a device with multiple sensors that publishes each sensor reading separately to topics like We feed it to AWS IoT using Amazon AWS IoT SDK, i.e. Each call generates a separate TCP packet and a separate response from AWS MQTT broker. The problem
The Question : 11 people think this question is useful I have an system where a client (let’s call it ClientA) can publish requests to a particular MQTT topic. The broker, in case it matters, is Amazon Web Services. Then I have another client (let’s call it MainSubscriber) which is always subscribed to the same
The Question : 12 people think this question is useful We’re working on AWS-IoT using an STM32 microcontroller. Till today, we were writing the certificates to the flash and locking the flash from external reading. As the application code increases, we’re getting lesser space on the flash so we were planning to move the certificate
The Question : 13 people think this question is useful I am working on the Azure IoT platform, and I understand how devices send data to the IoT hub (if I am not wrong, It is just web service call or something similar to that). But I wonder how the IoT hub sends Data/Command/Input to