https://github.com/thebutlah/slimevr-tracker-protocol
The UDP flatbuffer based protocol for SlimeVR trackers
https://github.com/thebutlah/slimevr-tracker-protocol
Last synced: 4 months ago
JSON representation
The UDP flatbuffer based protocol for SlimeVR trackers
- Host: GitHub
- URL: https://github.com/thebutlah/slimevr-tracker-protocol
- Owner: TheButlah
- License: apache-2.0
- Created: 2022-06-11T21:23:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T21:29:49.000Z (about 4 years ago)
- Last Synced: 2025-10-28T08:51:52.178Z (8 months ago)
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# SlimeVR Tracker Protocol
The UDP + flatbuffer protocol for SlimeVR trackers.
This protocol is an *input* to the [SlimeVR Server](https://github.com/SlimeVR/SlimeVR-Server),
and should be used for reading data from SlimeVR trackers. The
[SolarXR](https://github.com/SlimeVR/SolarXR-Protocol) protocol is an *output* of the
server, and should be used for VR applications.
## License
All code in this repository is dual-licensed under either:
- MIT License ([LICENSE-MIT](LICENSE-MIT))
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE))
at your option. This means you can select the license you prefer! This dual-licensing approach is the de-facto standard in the Rust ecosystem and there are very good reasons to include both.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.