Skip to content

Conversation

@trackme518
Copy link

@trackme518 trackme518 commented Oct 12, 2023

By https://github.com/trackme518 :

  • fixed bug on Linux with OSC broadcast (in UdpServer.java)
  • exposed sender ip address with new function .getIP() - returns IP as a String (ie "168.0.4.2")
public String getIP( ) {
	return hostAddress;//Bytes.getAsString( hostAddress );
}

In OscMessage.java

channel.socket().setBroadcast(true);

In UdpServer.java

Please merge with your master branch - just add me to list of authors in your library properties - see the changed file. I aslo created a build of the .jar file so you don't have to build yourself - just upload. I would also suggest to update the library on Processing repository - the bug with the broadcast not working on Linux is PITA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant