/dokidoki-rs

Custom server for HeartRateToWeb that bridges the data to WebSocket

Primary LanguageRust

dokidoki

Very simple custom server for loic2665's HeartRateToWeb that bridges the data to WebSocket.

This is mainly intended for myself so I can have a custom, near-real-time heart rate display in Resonite. It works really well!

grafik grafik

Usage

A lot of the instructions from the HeartRateToWeb repo still apply here. Get the client app on your watch and connect by entering your PC's IP and the default port (6547).

But, to use the data in another program, you need a WebSocket client. Any heart rate updates sent by the watch get sent to all connected WebSocket clients immediately, which makes this server a lot more responsive than the original one.

Credits