We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi there. I'm now trying to put python output into processing.
Now I'm thinking about send output through tcp connect. How can I do this(if it works)
Or is there any other ideas? I just found client and server in processing and 'showtime' libraries.
Answers
Sure, Network library. Client and server - are parts of it. You're particulary looking at clientEvent() - will occur when processing receive any information form your python-server.