You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2021. It is now read-only.
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.