AWS IOT Core Mqtt Test Client

0

I am creating two devices(things) via AWS iot core. How can I test these devices individually? From the Mqtt test client, two devices are controlled at the same time, even though their certificates are different.

Ersin
asked 6 months ago211 views
1 Answer
0
Accepted Answer

Hi. If you mean they are subscribing, and you're sending a message from cloud to device, this would normally be solved by them subscribing to different topics, with the thing name included in the topic path.

https://docs.aws.amazon.com/whitepapers/latest/designing-mqtt-topics-aws-iot-core/mqtt-design-best-practices.html

profile pictureAWS
EXPERT
Greg_B
answered 6 months ago
profile pictureAWS
EXPERT
reviewed 6 months ago
  • Thank you for your quick return.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions