vrchat-community / vrc-oscquery-lib

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

Head & Wrist Receiver not work #55

Open DatanIMU opened 10 months ago

DatanIMU commented 10 months ago

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 this issue?

DatanIMU commented 10 months ago

I use quest3, and Vrc runs on it.

I read tips below: To do this, your application should advertise its OSC and OSCQuery services, and the address tree it serves from OSCQuery should contain a path that matches something VRChat can send. Right now, that is:

/avatar - will receive /avatar/change as well as /avatar/parameter/* messages. /tracking/vrsystem - will receive /tracking/vrsystem/head, /tracking/vrsystem/leftwrist, /tracking/vrsystem/rightwrist and /tracking/vrsystem/pose messages, after a user accepts an additional legal notice in VRChat.

what does it mean by the address tree? should I configure it somewhere?

Now when I open OSCQueryExplorer by Head & Wrist Receiver. There is nothing happen on quest3. no HUD

DatanIMU commented 10 months ago

what I'm using is quest3. VRchat works quest3. OSCQuery works on win10.

in my browser, 127.0.0.1:port can show json, but localost:port can not.