pd-mrpeach-net
Pd library for low-level networking
Description
This library adds Pure Data (Pd) objects that allow one to build a networking infrastructure within Pd on OSI-Layer 4 (transport layer). The objects use threads to allow for non-blocking network communication within an audio realtime environment. - [tcpreceive], [tcpsend]: unidirectional communication over TCP/IP
- [tcpserver], [tcpclient]: bidirectional communication over TCP/IP
- [udpreceive], [udpsend]: unidirectional communication over UDP
- [udpsndrcv]: bidirectional communication over UDP
- [udpsend~], [udpreceive~]: transmit uncompressed signals via UDP
Since these objects only send/receive lists of bytes, you will most likely need
to add some glue to implement higher-level protocols (and transmit meaningful
data).Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://download.puredata.info/mrpeach
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install pd-mrpeach-net