Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added changes in source plus modified jar file #16

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

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