aboutsummaryrefslogtreecommitdiffstats
path: root/web/README.md
blob: 6b0d1a473d2963d83a7f1ec22d93d030d2ad8137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# T-937/M WebSerial Control Panel

This is a web-based control panel for Puhui T-937/M reflow ovens.

WebSerial is only available on HTTP/S origins, so to run the application locally you will need a HTTP server:

    cd t937-serial/web
    python -m http.server
    # now live at http://localhost:8000

## WebSocket development mode

To use WebSocket transport for development, add `#ws` to the site URL: http://localhost:8000/#ws