DASPRiD / vrc-osc-manager

OSC client for managing VRChat accessories
BSD 2-Clause "Simplified" License
3 stars 1 forks source link

Implement OSC Query #3

Closed DASPRiD closed 1 year ago

DASPRiD commented 1 year ago

At the moment we are still relying on the default UDP receiver port (9001). VRChat now has the possibility to discover any OSC service through OSC Query.

I've started working on an implementation for that in the https://github.com/DASPRiD/vrc-osc-manager/tree/feat/oscquery branch. It should be functionally complete, but is currently failing to build due to errors in the OSCQuery library: https://github.com/revilo196/oscq_rs/issues/1

Once that one is resolved and the branch has been successfully tested, it can be released.

DASPRiD commented 1 year ago

This was resolved in v2.0.0.