Skip to content

Latest commit

 

History

History
 
 

serial-to-tracker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Serial to SlimeVR-Tracker converter

This is a simple program that takes in serial data and emulates a SlimeVR tracker.

Requirements

Getting Started

Due to how the SlimeVR server works, you have to run this program on a separate device (eg. a VM with USB passthrough or a laptop)

npx @slimevr/serial-to-tracker [SERIAL PORT]

If you don't specify a serial port, the program will list all of them.

Protocol

The protocol is described in protocol.c.