JavaOSC icon indicating copy to clipboard operation
JavaOSC copied to clipboard

OSC content format/"protocol" library for JVM languages

Results 32 JavaOSC issues
Sort by recently updated
recently updated
newest added

I'm trying to use the TCP support added by @daveyarwood, but my server listener was only calling the handleBadData() function, with the error "No '44' present after the address, but...

I'm trying to integrate JavaOSC into an Android (Kotlin) app. I need to use TCP, so I downloaded the current version of the source code but rolled back first change...

help wanted