Commit Graph

4 Commits

Author SHA1 Message Date
1e2a972d33 Remove websockets dependency; implement RFC 6455 WebSocket client using stdlib
Replaces the third-party `websockets` package with a self-contained
implementation built on asyncio.open_connection, ssl, hashlib, base64,
struct, and os — all Python stdlib modules available on TrueNAS OS.

The script now runs directly on TrueNAS without any pip install.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 18:39:55 -05:00
9c5612e85a Update for Core Debugs 2026-03-03 14:54:03 -05:00
0a42cb572f Update to debug paths 2026-03-03 13:57:52 -05:00
3adb11487f intitial commit 2026-03-02 17:38:35 -05:00