We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I'm new to Processing and would like to communicate with an iPhone app via a TCP socket. Is there a library for this?
Library oscP5. Try it. You need to specify you are working with a TCP connection as it uses UDP as default. It works in android based on my experience.
Kf
Answers
Library oscP5. Try it. You need to specify you are working with a TCP connection as it uses UDP as default. It works in android based on my experience.
Kf