Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 953 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 953 Bytes

Real-Time Tracking Protocol

Welcome to the Real-Time Tracking Protocol (RTTrP) repository!

The RTTrP is a suite of protocols developed to transmit tracked motion information between systems.

RTTrP is comprised of two separate protocols which share a common header:

  • RTTrPM (Real-Time Tracking Protocol - Motion)
  • RTTrPL (Real-Time Tracking Protocol - Lighting)

Within this repository you will find stub code for Python and C++ for both RTTrPM and RTTrPL.

Python Reader is sample python code on how to read RTTrPM and RTTrPL packets.

macOS branch is a user submitted fix to run the C++ code on macOS. As we can not verify this in house, we have created a new branch for this fix.

For further information, including packet definitions and protocol use cases, please visit the Wiki.

If you have any questions or concerns please use the contact form.