pyliblo
pyliblo copied to clipboard
Permit enabling SLIP on data transmissions
- SLIP is defined in RFC1055 : https://tools.ietf.org/rfc/rfc1055.txt
- OSC v1.1 requires use of it;
- The underlying
liblolibrary has supported it for a while;
This PR allows users of this python mapping to enable SLIP for outgoing streams to a specific address/destination. (Incoming streams with SLIP encoding are detected and decoded automatically by liblo.)