8 Commits

Author SHA1 Message Date
5d030ca576 Added amber-crt 2025-02-10 07:57:44 +00:00
fe82dd64d7 Add templates/client.html 2025-02-10 07:57:00 +00:00
2b5a5acff9 Updated 2025-02-10 07:56:30 +00:00
58859dba67 JSON Unmarshalling of the Initial Authentication Message, Security and Input Validation, timeout
Authentication:
The module now reads a single JSON message containing both secret and host_port values.

Timeouts:
The Telnet dial uses a 10‑second timeout, and the WebSocket connection is closed after 120 seconds of inactivity. Adjust these values as needed.

Security:
The upgrader currently allows all origins. In a production environment, restrict this by verifying r.Origin.

Error Handling & Goroutine Cleanup:
Each goroutine writes to a buffered error channel so that the first error will cancel the connection. In a more complex scenario, you might use a context with cancellation or a sync.WaitGroup to better manage goroutine lifetimes.
2025-02-10 07:52:13 +00:00
6523ea9baa Add notes 2025-01-07 22:28:16 +00:00
a25c7d5f7d Initial code commit 2025-01-07 22:23:21 +00:00
fcd1cf18b5 .gitignore 2025-01-07 22:23:10 +00:00
f49d91cb1c add .gitignore 2025-01-07 22:22:35 +00:00