Trouble using OSC via TCP. Making custom C++ app with OpenFrameworks.

Hello all. I realize this is quite a niche question. But I am running into a lot of issues trying to use TCP with OpenFrameworks / C++. I am converting an app I made for android / java. In Java, I had no problem using an already existing library. However there seems to be no working TCP OSC libraries for OpenFrameworks.

If I try to just use TCP to receive raw packets, I am not able to see the EOS client. EOS is able to see my client but I am not able to send anything from EOS to OpenFrameworks.

I have posted on several coding forums with no help, hoping someone here might have some specific coding knowledge.

Thanks all!

Related