Add goTool web dashboard with UART auto-reconnect.

Serve polls the master over UART and pushes live state via WebSocket;
reopens the serial port when the device is unplugged and comes back.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-19 00:04:57 +02:00
co-authored by Cursor
parent 0299ba44fd
commit c4696657a7
10 changed files with 652 additions and 13 deletions
+1
View File
@@ -3,6 +3,7 @@ module powerpod/gotool
go 1.26.2
require (
github.com/gorilla/websocket v1.5.3
go.bug.st/serial v1.6.4
google.golang.org/protobuf v1.36.11
)