sojamo / oscp5

An Open Sound Control (OSC) implementation for Java and Processing
GNU Lesser General Public License v2.1
132 stars 51 forks source link

BroadCast macServer windowsClient #12

Open Litiec opened 5 years ago

Litiec commented 5 years ago

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?