MQTT topic names for request/response
问题 I'm designing a system with many devices using MQTT to connect to a central broker. There are some masters that can send requests to certain devices that are slaves. The request from one master is usually directed to one slave. The topic for requests could be: mysystem/slaveId/req , so the slaves can subscribe to this topic and master publishes to the same topic. Only the addressed slave will receive the request, as it should be. My question is how to decide the topic for responses. I'm in