Hello,
For a research project, I have created a custom C++ program that takes the output of CCV (on port 3000), and broadcasts it to other IP addresses and ports as specified by the user.
My application seems to be working correctly; connecting to my app via HyperTerminal shows the OSC messages coming in the exact same form as the CCV output.
Flash sees my server, and connects to my application (TUIO’s connectHandler is called), and the connection is maintained, HOWEVER, the XML packets are not read by TUIO in Flash.
Do I need to send any other data with the OSC packets to Flash, or is there another connection I’m missing?
Many thanks!
Mike
EDIT: Resolved! I was terminating my packet by appending “\” instead of ‘\’.
