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.

asked a year ago362 views
1 Answer
1
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
answered a year ago
profile picture
EXPERT
reviewed 4 months ago
profile pictureAWS
EXPERT
reviewed a year 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