# SolarXR-Protocol **Repository Path**: gmtech/SolarXR-Protocol ## Basic Information - **Project Name**: SolarXR-Protocol - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: accessories - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-17 - **Last Updated**: 2025-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SolarXR-Protocol A hardware-agnostic serialization protocol for full body tracking (FBT) in VR. Used by SlimeVR, but intends to be flexible enough to support *any* type of FBT hardware, including Vive trackers. ## Contributing Most of the code in this repo is autogenerated. Please edit the flatbuffer schemas in the `schema` folder, then run the `generate-flatbuffers` script. ## License This software is free and open source! All code in this repository is dual-licensed under either: * [MIT License](/LICENSE-MIT) (or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)) * [Apache License, Version 2.0](/LICENSE-APACHE) (or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)) at your option. This means you can select the license you prefer! 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. # Flatc All the code generated in this repository is using flatc [v22.10.26](https://github.com/google/flatbuffers/releases/tag/v22.10.26). To generate the flatbuffers, download the appropriate `flatc` binary for your platform, extract it, and place it in this folder. Then run `./generate-flatbuffer.sh` if you are on mac/linux or `./generate-flatbuffer.ps1` if you are on windows.