-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2013-02-28 14:57, Matthias Blau wrote:
Hi list,
is there a way in pd to send/receive udp packets via sockets?
The problem at hand is to control an Outline ET250-3D turntable from within pd. This turntable can be controlled via udp, which works in principle by using mrpeach's udpsend. Unfortunately, the table responds to a different port every time a udp packet is sent to it, which means that udpreceive and friends will not receive the answer, as they listen to pre-defined ports.
One can however communicate via sockets, i.e. in python, the solution is:
checkout iemnet's [udpclient].
fgmasdr IOhannes