Releases: SteffanDonal/fit-for-live
Releases · SteffanDonal/fit-for-live
v2.0.0 - OSC Interface
Fit for Live
A really simple little ANT+ heart-rate monitoring server intended for use with OSC.
A previous version of this exposes a web interface to be used in OBS, see this by switching branches to websocket-interface
!
Requirements
- ANT+ Chip - v2 or v3. v3 is the smaller USB stick with the curved end.
First-time setup
- Plug your ANT+ USB into your PC.
- Download and run Zadig.
- Options -> List All Devices
- Select your ANT+ device.
- Using the up/down arrows, choose the
WinUSB
driver and click install. - Open
config.json
and adjust your settings. - Double click
FitForLive.exe
to start broadcasting data!
Learn more about OSC
I use a tool called Protokol to see the messages that this tool outputs.
Here's the OSC website, a useful resource for any developer looking to play around with easy, quick data transmission that's time sensitive.
v1.0.0 - WebSocket Interface
Fit for Live
A really simple little ANT+ heart-rate monitoring server intended for use in tools like OBS.
Requirements
- ANT+ Chip - v2 or v3. v3 is the smaller USB stick with the curved end.
First-time setup
- Plug your ANT+ USB into your PC.
- Download and run Zadig.
- Options -> List All Devices
- Select your ANT+ device.
- Using the up/down arrows, choose the
WinUSB
driver and click install. - Open
config.json
and adjust your settings. - Double click
FitForLive.exe
to start! - Use the address provided in the console to see what monitors are available.
Developing your own monitor
The entire www
folder is served as static content to express, so any css, javascript, images, html are able to be easily handled.
See www/basic.html
for a minimal implementation example