ecaron / home-rower-game

A small racing game where you can row against other recorded sessions, comparing who goes the farthest and the fastest.
MIT License
3 stars 0 forks source link

API for the Data #1

Closed inonoob closed 3 years ago

inonoob commented 3 years ago

Hey,

I'm the create of PiRowFlo link which is a all in one data system for the Waterrower.

Might it be possible to think about to have an API to which it is possible to send the data to. I know you already have the S4 connection done differently but might it be possible to have a standard API to which I can send the data from PiRowFlo python script to the web application ? PiRowFlo support next to S4 also SmartRow. And it broadcast the data over Bluetooth but also over Ant+.

So this would be kind of an add-on for PiRowFlo running on the Pi.

ecaron commented 3 years ago

Interesting. @inonoob , are you suggesting that your project would have an OpenAPI spec defined and I'd adjust this to consume it? Or are you saying that you'd like me to write an API spec and you'd adjust your project to send HTTP requests to this (making this become an API server)?

ecaron commented 3 years ago

Didn't get a response - closing