This is a simple program that takes in serial data and emulates a SlimeVR tracker.
⚠ 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.
The protocol is described in protocol.c
.