You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to find a way to know if OscP5 managed to connect to the provided listening port (meaning that if the port has already been claimed by another application and I won't receive anything I want to know it).
The lib doesn't output any error in that case and I couldn't find any method/variable containing this information.
Did I miss something or is this feature absent from the lib ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, programmatically it is not possible to check if a Network message listener (TCP or UDP) was able to listen for incoming messages. Though this would make sense to add. When an OscP5 instance is created, a message is printed into the console saying
INFO: starting server, listening on port 12000 (0.0.0.0:12000 yourMachineName/192.168.1.2:12000)
for successfully opening a listening port, or
INFO: Couldn't start UDP server on port 12000 java.net.BindException: Address already in use Is there another application using the same port?
Hello,
I'm trying to find a way to know if OscP5 managed to connect to the provided listening port (meaning that if the port has already been claimed by another application and I won't receive anything I want to know it).
The lib doesn't output any error in that case and I couldn't find any method/variable containing this information.
Did I miss something or is this feature absent from the lib ?
Thanks
The text was updated successfully, but these errors were encountered: