An open API service indexing awesome lists of open source software.

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

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.