Releases: vrchat-community/vrc-oscquery-lib
Release 0.0.6 - Hand and Wrist Receiver
This release adds a new "Head & Wrist Receiver" scene, info here.
0.0.5 - Android Support
This version of the app includes a number of new scenes for testing, and now works on Android devices!
Scenes
The app has six active scenes, and a "SceneChanger" to switch between them:
- Chatbox-Sender
- Chatbox-Receiver
- Tracker-Sender
- Tracker-Receiver
- Monitor
- Advertise-&-Find
Chatbox-Sender
This scene demonstrates how to find an OSC receiver compatible with your data and send it. It is similar to how VRChat implements its find-and-send logic.
Chatbox2Device_1.mp4
Chatbox-Receiver
This scene implements receving ChatBox messages in the same way that VRChat does for easy testing.
Tracker-Sender
This scene uses the same logic to find an OSC receiver compatible with Tracking data and send it.
Tracker2Device_1.mp4
Tracker-Receiver
This scene implements receving Tracking messages in the same way that VRChat does for easy testing.
Monitor
This scene advertises itself as a receiver of OSC data, which VRChat will find and connect to.
Advertise & Find
This scene advertises randomly named OSC and OSCQuery and Services, and shows the names and ports of any other services it finds on the network. Handy for seeing what's available and testing your own applications. Makes a nice quick phone-to-phone demo as well.
Trackers
- Includes new example scene in OSCQueryExplorer-Unity for testing the Tracker endpoints with an animated humanoid.
Download Windows Build.
0.0.3
This version adds the Explorer, which you can access by visiting the root of your http server with the ?explorer
query string, something like http://localhost:9000?explorer.
Includes builds for Windows, Mac and Linux.
Zip file has everything you need plus a BUNCH more. Easiest way to test is to run DataSender.exe and then DataReceiver.exe. You can run as many of each as you want, the receivers should discover the senders.
Unity app has ChatBoxSender that works with the Closed Beta of VRChat, and a ReceiverCanvas scene which subscribes to OSC from VRChat and displays it.
0.0.2
Includes builds for Windows, Mac and Linux.
Zip file has everything you need plus a BUNCH more. Easiest way to test is to run DataSender.exe and then DataReceiver.exe. You can run as many of each as you want, the receivers should discover the senders.
Unity app has ChatBoxSender that works with the Closed Beta of VRChat, and a ReceiverCanvas scene which subscribes to OSC from VRChat and displays it.
0.0.1
Includes builds for Windows, Mac and Linux.
Zip file has everything you need plus a BUNCH more. Easiest way to test is to run DataSender.exe and then DataReceiver.exe. You can run as many of each as you want, the receivers should discover the senders.