hoijui / JavaOSC

OSC content format/"protocol" library for JVM languages
http://www.illposed.com/software/javaosc.html
BSD 3-Clause "New" or "Revised" License
156 stars 43 forks source link

WIP: Add remote IP to the source object #55

Open Luftzig opened 4 years ago

Luftzig commented 4 years ago

Addresses #50 and allows writing a message selector that selects depending on the source IP. This PR also includes changing some of the data structures for handling listeners to concurrent data structures based on actual issues found in usage, as multiple listener requires concurrent adding and removing of listeners.

Luftzig commented 4 years ago

WIP because I noticed that this branch uses different formatting style than the original. Will be fixed soon.

stephezapo commented 10 months ago

Any progress on this? Being able to read the remote IP is also of great interest to me.