Idea
The mod will host an HTTP server and receive heart rate data from incoming HTTP request.
Main purpose
Some device can't send OSC message, which is a UDP package from LAN.
Some programmer is more familiar with HTTP, so they can write data-send program more easily. No need BLE protocol, no need UDP package with OSC format. Just a http request.
No extra data latency.
Use case
- Website can send HTTP hr data to the Quest device via browser if have LNA permission.
- We could develop an Amazfit smart watch app to feed data for the mod directly.
Developer feedback
If you are interested in this, please leave a comment. I will speed up development.
Idea
The mod will host an HTTP server and receive heart rate data from incoming HTTP request.
Main purpose
Some device can't send OSC message, which is a UDP package from LAN.
Some programmer is more familiar with HTTP, so they can write data-send program more easily. No need BLE protocol, no need UDP package with OSC format. Just a http request.
No extra data latency.
Use case
Developer feedback
If you are interested in this, please leave a comment. I will speed up development.