JavaOSC
JavaOSC copied to clipboard
OSC content format/"protocol" library for JVM languages
I believe there is an inconsistency between the spec and the implementation of invalid address checking on messages. In short, the characters '*', ',', '?', '[', ']', '{', '}' _should...
This extension addresses the following issue: https://github.com/hoijui/JavaOSC/issues/40 That allows bi-directional communication to my Behringer X32 console. Explanation: 1. A JavaOSC Client application uses e.g. IP address 192.168.0.1 with UDP port...
Hey, some clients for OSC like x32 mixer from Behringer require to have one port for incoming and outgoing messages. That is currently not possible. I have merged the functions...
Bumps [slf4j-ext](https://github.com/qos-ch/slf4j) from 1.7.25 to 1.7.26. Commits 7a35058 rework on site creation, keep Nexus/Central happy 3cd3f3e enable source jar creation only for select modules to keep Nexus happy 918a055 fix...
Feature request for near future proof: OSC / SSL
Hi there, nice little API :-) It has some concurrency issues though which needs attention, I will be happy to give some pointers if the project is still active. E.g....
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...
Add module-info.class for java 9+ JPMS support. For libraries you have to care though, that you need to have to compile the sources with java 8 and the module-info.class with...
Hey @hoijui and team! I found this library as a potential solution for transmission of OSC messages from a Java client to an OSC compatible application and am working on...
I do not understand why the maintainer removed the ability to use one local port for receiving and sending simultaneously. This problem has already occurred before (#5 and #17) but...