OSC: Difference between revisions

From VRChat Wiki
DAG-XR (talk | contribs)
Added Official noticebox; added description to Stub box.
Comfy Chloe (talk | contribs)
Adding additional libarys for OSCQuery which are public code
Line 5: Line 5:
==OSCQuery==
==OSCQuery==
[https://github.com/Vidvox/OSCQueryProposal OSCQuery] is a protocol to connect OSC applications together easier. Information on how to [https://github.com/vrchat-community/osc/wiki/OSCQuery connect with VRChat with OSCQuery]. VRChat also provides [https://github.com/vrchat-community/vrc-oscquery-lib a C# library on GitHub].
[https://github.com/Vidvox/OSCQueryProposal OSCQuery] is a protocol to connect OSC applications together easier. Information on how to [https://github.com/vrchat-community/osc/wiki/OSCQuery connect with VRChat with OSCQuery]. VRChat also provides [https://github.com/vrchat-community/vrc-oscquery-lib a C# library on GitHub].
OSCQuery Libarys currently available to the public:
Typescript with example scripts on github by [[User:Usr ddac2cc8-81dc-41c7-95c6-7aa7c81a783f|Jangxx]]: [https://github.com/jangxx/node-oscquery node-oscquery]
Python with examples on the github readme.md [https://github.com/theepicsnail/vrchat_oscquery vrchat_oscquery], An older vairant also more discriptive: [https://github.com/cyberkitsune/tinyoscquery tinyoscquery]
Rust implementation with baseline functionally: [https://lib.rs/crates/oscquery oscquery]


==Resources==
==Resources==

Revision as of 12:25, 14 August 2025

V · EThis is an official VRChat information page!
It is reviewed and approved by the VRCWiki Team. Learn how to contribute to this page by reading the Contribution Guide.
V · EThis page is a stub.
You can help the VRChat Wiki by improving it.
[Reason: Not much information here! You can contribute by expanding, and proofreading this article, in accordance with the Manual of Style.]

OSC is a way to get different devices and applications to talk to each other. VRChat announced on February 16th 2022 OSC for Avatars[1]. Most commonly used to have body-,eye- and face trackers communicate with VRChat.

OSCQuery

OSCQuery is a protocol to connect OSC applications together easier. Information on how to connect with VRChat with OSCQuery. VRChat also provides a C# library on GitHub.


OSCQuery Libarys currently available to the public:

Typescript with example scripts on github by Jangxx: node-oscquery

Python with examples on the github readme.md vrchat_oscquery, An older vairant also more discriptive: tinyoscquery

Rust implementation with baseline functionally: oscquery

Resources

OSC Overview on the VRChat Documentation

References