Processing Network Client.available();

Hello,

I was able to integrate this with the server and client examples and it works:
https://discourse.processing.org/t/scan-for-servers/21814/4

state = portIsOpen("127.0.0.1", 12345, 100);  //returns a true or false that you can use

:)

1 Like