[PD] udpsend: unsure about raw data

Martin Peach chakekatzil at gmail.com
Sun May 24 16:17:44 CEST 2020


On Sun, May 24, 2020 at 10:09 AM <rolfm at dds.nl> wrote:
>
> thanks Andy,
>
> in my case i'm sending to NodeMCU's (a breakoutboard with ESP8266 chip).
> so..

I have used it the other way, sending sensor data from an ESP8266 to a
Pd patch. Using UDP I was getting about 30% dropped packets, so I
switched to TCP and now I get less than 1% packet loss.
Since UDP is send and forget and WiFi is noisy, while TCP retries
until the packet gets through (mostly).
Since I have only one connection going, the threading stuff is irrelevant.

Martin





More information about the Pd-list mailing list