On 05/06/2016 02:45 PM, Mario Mey wrote:
The connection is well done, but I discovered that the messages arrives with a ";" at the end of the message.
this is the format that Pd messages are transmitted in. it is not a bug, but called FUDI
https://en.wikipedia.org/wiki/FUDI
both applications (e.g. Pd and VLC) need to speak the same protocol in order to communicate. to make [netsend] not speak FUDI but any arbitrary protocol, use the 'raw' mode (as jack has pointed out)
gfmdsar IOhannes