# 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