I would like to send a extra number in the end of each TUIO message, but I can not find the spot where it is happening in the c++ files. Till now I was only able to add the number to the verbose output but not sending through the network.
I am not familiar with c++ and having a hard time figuring out where the message information is gathered and the message is send.
I appreciate any help :)
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I would like to send a extra number in the end of each TUIO message, but I can not find the spot where it is happening in the c++ files. Till now I was only able to add the number to the verbose output but not sending through the network.
I am not familiar with c++ and having a hard time figuring out where the message information is gathered and the message is send.
I appreciate any help :)
Thanks!
Got it to work. In case anyone else i searching, it happens in TuioServer.cpp