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?
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?