资 源 简 介
A cross platform, C++ UDP-TCP Bridge.
Originally created to forward UDP TUIO (OSC) messages straight to TCP to be read from within Flash as binary data - but it actually works with any UDP data, not just TUIO or OSC.
This application forwards all incoming UDP messages straight to TCP without touching the data, just a straight forward.(Since version 0.2.1 there is the option to prefix the size of the packet before sending the data to comply with OSC / TCP specifications). This enables applications that don"t support UDP (e.g. Flash) to receive the data. Since OSC / TUIO are generally sent via UDP, this enables Flash to recieve those messages in their raw binary form.
Settings can be edited from data/settings.xml.
Isn"t that what flosc does?
Nope. Flosc is specific to OSC, and converts the incoming data to XML and sends that over TCP. Flash then receives and parses that XML. While this is an ingenious soluti