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
I am using the oscP5 library. I want to set a server from my computer(macosx) and I want other computers to connect to my server. Since the ip address is constantly changing I thought it would be better to put the name of my machine instead.
this is the client code :
myBroadcastLocation = new NetAddress("MyName-MacBook-Pro.local", 32000);
I already tested this way between macs and it works perfectly. Now I'm wondering if it also works if the client is windows?
The text was updated successfully, but these errors were encountered:
I am using the oscP5 library. I want to set a server from my computer(macosx) and I want other computers to connect to my server. Since the ip address is constantly changing I thought it would be better to put the name of my machine instead.
this is the client code :
myBroadcastLocation = new NetAddress("MyName-MacBook-Pro.local", 32000);
I already tested this way between macs and it works perfectly. Now I'm wondering if it also works if the client is windows?
The text was updated successfully, but these errors were encountered: