|
From: Alexandre Q. <ale...@qu...> - 2010-01-18 03:48:15
|
Hello everyone! Arjan Scherpenisse (from Amsterdam) and I have just finished a new pure-Python implementation of OSC using Twisted. You can read or get it from http://bitbucket.org/arjan/twisted-osc/ As a liblo user, I know that liblo (kind of) supports TCP as well. I would like to know how is the parsing done. Is there a separator that you use ? In UDP, each message is in a datagram, so they are naturally separated. In TCP, there is no such a separation. How do you distinguish each message or bundle ? Thanks ! a |