vrc-oscquery-lib
vrc-oscquery-lib copied to clipboard
OSCQuery library in .NET
When OSC(Query) services are discovered, they are only added if no other service with the same name has already been discovered. For OSC-type services, this works fine. However for OSCQuery-type...
Fixes #58
https://github.com/vrchat-community/vrc-oscquery-lib/blob/88991a3e83ace466a889e05edc1a54a285da7630/vrc-oscquery-lib/Zeroconf/MeaModDiscovery.cs#L110-L116 As the current implementation only makes a lookup in the additional records list, it won't find the SRV record if it was sent inside the answers section. This is...
Adds tests for MeaMod DNS to ensure it can discover an OSCQuery service and catch when it is un-advertised. Uses some timeouts, which is not ideal but I haven't found...
test with OSCQueryExplorer-0.0.6.zip: Head & Wrist Receiver not work. (three cubes locate at 0.0.0, on the ground at the same place). no timestamp shows. Tancker-sender can work. Anyone can resolve...
Added support for sending out head and wrist tracking data from the VR system over OSC. This feature will require the receiving app to use OSCQuery. This requires enabling an...
as per the definition for [optional attributes](https://github.com/Vidvox/OSCQueryProposal#optional-attributes)
responds with a json serialization of the value as requierd by the specs
By adding WS_PORT and WS_IP to the HostInfo as defined in the [OSCQuery required attributes](https://github.com/Vidvox/OSCQueryProposal#required-attributes), we can implement the bi-directional websocket support outside of this library.
i'm using the lib with the nuget and the ?explorer doesn't work. presumably because the PathToResources() returns a wrong path in the nuget case?!