Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 682 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 682 Bytes

m1-orientationmanager

Hardware : Defining a new data transmission type

  • New communitation protocol is defined via Hardware[comm].h, these describe ways to transmit data from a headtracking device to this server. Simply include the HardwareAbstract.h and override the needed functions

Devices : Defining and new headtracking device using an existing "Hardware" data transmission type

  • New devices can be declared within the Devices/ directory, please reference existing examples to best interface with the OSCServer