Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

PSMoveProtocol

Chadwick Boulay edited this page Jan 24, 2016 · 5 revisions

For the data to be communicated using network protocols, it needs to be serialized first. We use Google Protocol Buffers to do the serialization. This requires that the messages be described using a custom syntax, then the associated classes are automatically generated by the protobuf compiler.

TODO: PSMoveProtocol.proto, add Tracker and HMD -related messages.