1 Open Issue Need Help Last updated: Jun 23, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Develop a browser-based HUD using JavaScript (React, D3.js, or similar) to connect to a WebSocket server (`ws://localhost:8999/`), decrypt incoming telemetry data using a provided AES/XOR key ("tunnel-salt"), parse the JSON telemetry, and visually render the data. Optional features include a CLI fallback, using WebCrypto API or CryptoJS for decryption, and auto-reconnection.

Complexity: 4/5
documentation enhancement help wanted good first issue