https://github.com/doudar/streamfit
https://github.com/doudar/streamfit
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/doudar/streamfit
- Owner: doudar
- Created: 2022-07-28T02:40:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T21:03:20.000Z (over 1 year ago)
- Last Synced: 2025-03-22T04:43:52.293Z (over 1 year ago)
- Language: JavaScript
- Size: 468 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
StreamFit allows you to replay a .fit file to a local esp32 running [SS2K](https://github.com/doudar/SmartSpin2k/). You can then use this to test fitness apps that communicate over BLE by providing them with a large set of real world data in a realistic fashion.
### Installing
The resulting style.css, index.js and index.html can be placed on any webserver and run. The browser will communicate via a SS2K using http://SmartSpin2k.local .
To build from scratch, you'll need node.js, NPM and browerserify. To edit the script directly, goto line ~2028 of index.js.