Is anyone doing MQTT over UDP?
I was thinking that it might be easier for embedded devices sending a continuous stream of sensor readings?
Could the higher QOS levels be a replacement for TCP?
nick.
Why can't the server just send packets back to the port that the client transmitted them from? This is what I have done with OSC in the past.
> UDP is faster than TCP, but UDP doesn't have any error correction or
> flow control.  You would typically use UDP for streaming data from one
> point to another but not for two way dialog.
There are lots of UDP based protocols that perform two-way dialogs. DNS for example.
nick.
> 
> On Oct 1, 9:59 am, Nicholas Humfrey <n...@aelius.com> wrote:
>> Hello,
>> 
>> Is anyone doing MQTT over UDP?
>> 
>> I was thinking that it might be easier for embedded devices sending a continuous stream of sensor readings?
>> 
>> Could the higher QOS levels be a replacement for TCP?
>> 
>> nick.
>