N0rule / vrc-osc-tizenos-hrm

This app allows you to send OSC messages of your heart rate using your TizenOS Watch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TizenOS OSC heart rate monitor for VRChat

This app allows you to send OSC messages of your heart rate using your TizenOS Watch.


⌚Supported devices

Theoretically should work on all Tizen OS Watches

Confirmed devices:

  • Galaxy Watch (SM-R800)

🚀 Getting Started

  • Prerequisites: You should have Node.js installed.
  • Install HeartRateToWeb on your watch.
  • Open the app on your watch and insert your local IP and desired port. The default port is 6547.
  • Set the delay to a minimum of 2000 ms to avoid being rate-limited.
  • Open your terminal and run the following commands:
git clone https://github.com/N0rule/vrc-osc-tizenos-hrm.git
cd vrc-osc-tizenos-hrm
npm install
  • Wait for all the dependencies to be installed.
  • Open config.js and change the hostname and port to match those on your watch.
  • Optionally, modify offset and hrMessage according to your preferences.
  • Type npm run start to initiate the server.
  • ❗ Remember to check your firewall settings to ensure there are no connection blocks.

🤝 Contributing 🤝

  • Feel free to Fork this repository, create a feature branch and submit a pull request.

About

This app allows you to send OSC messages of your heart rate using your TizenOS Watch.


Languages

Language:JavaScript 99.6%Language:Batchfile 0.4%