1
0
Fork 0

dc/hbj11: link to public WebI2C instance

Change-Id: I0d7092314dcc9aed488e1ffdf3d51566848e3fff
master
q3k 2021-03-23 15:54:17 +00:00
parent 56c262f2b6
commit 1632aaee04
2 changed files with 5 additions and 5 deletions

View File

@ -15,6 +15,6 @@ An USB/I2C adapter based on an STM32 Bluepill devboard. See [bluepill](bluepill/
The Web Interface (WebI2C)
---------------------------
A WebUSB-based flashing tool that will run under any Chromium-based browser (eg. Chrome, Edge. See [web](web/) for more information and a link to a publicly available instance.
A WebUSB-based flashing tool that will run under any Chromium-based browser (eg. Chrome, Edge. See [web](web/) for more information or [start WebI2C now](web/index.html).
![](../doc/webi2c.png)

View File

@ -6,13 +6,13 @@ A WebUSB interface for flashing I2C EEPROMs, notably the HJB11 FRU EEPROM.
Usage
-----
TODO(q3k): host public instance
[Start WebI2C](index.html). This should work on any browser with WebUSB (eg. Chrome, Chromium, Edge).
Development
-----------
Plain javascript, bring a static file server, eg. Python's builtin one:
Plain javascript, bring a static file server, or use hackdoc:
$ cd hscloud/dc/hjb11/flasher/web/
$ python3 -m http.server
bazel run //devtools/hackdoc -- -hspki_disable -docroot ~/hscloud
And visit http://127.0.0.1:8080/dc/hbj11/flasher/web/index.html in your web browser.