/OpenBikeSensorFlasher

Docker container with a web based flash tool for initial flashing of the OpenBikeSensorFirmware

Primary LanguageHTMLGNU Lesser General Public License v3.0LGPL-3.0

OpenBikeSensorFlasher

This container exposes a static web page that allows direct flashing of the OpenBikeSensor Firmware to an ESP via the Chrome browser.

A running version is available at https://install.openbikesensor.org/.

You can also run the most recent container built on GitHub

docker run --rm -p 80:80 ghcr.io/openbikesensor/openbikesensorflasher:main

open your browser at http://localhost/.

To build and run the container call

docker build -t openbikesensor/openbikesensorflasher .
docker run --rm -p 80:80 openbikesensor/openbikesensorflasher

then open your browser at http://localhost/.

Details

See linked documents for details.

Shoulders