vrchat-community / vrc-oscquery-lib

OSCQuery library in .NET
MIT License
49 stars 9 forks source link

mdns advertise localhost #28

Closed Romaxx closed 1 year ago

Romaxx commented 1 year ago

VRC mdns advertise VRChat-Client.oscjson.local to 127.0.0.1 mdns_adv it could be more interesting to advertise the local ip address (as oculus do with the *._oculusal_sp._tcp. service) in order to use external devices on the same subnet (because OSC Udp socket not only binding on localhost), ex: Quest and Smartphone

wireshark

momo-the-monster commented 1 year ago

Fixed in #29

Romaxx commented 1 year ago

Thanks for the fix ! I try to test the 9-get-the-library-working-on-android branch on a meta quest 2, adding lib and dll in unity and build for oculus work, but lib not starting (called in Awake function). Is there something to do ? Thanks

momo-the-monster commented 1 year ago

Fixed the MDNS advertising issue in #29: image

Re: Android - that branch is in-progress and not yet ready for testing.