|
|
|
|
|
by rendaw
601 days ago
|
|
I read someone somewhere saying "why not just use TCP" and for my IOT project plain TCP was fine. MQTT didn't have infinite queuing which was important for my use case, and if I'm going to have to track message ids to feed into MQTT which tracks its own message ids to send to the broker, why use it at all. I'm not sure what the sweet spot is, unless it's just interfacing with projects that have already committed to MQTT. |
|