helios-remote/crates/client/src
Helios 04527ae1bf
feat(client): implement Windows client (Phase 2)
- Persistent shell session (cmd.exe) preserving cd state between commands
- Screenshot capture via Windows GDI (BGRA→RGBA→PNG→Base64)
- Mouse click via SendInput with absolute screen coordinates
- Text input via SendInput with Unicode (UTF-16) key events
- Auto-reconnect with exponential backoff (max 30s)
- Config stored in %APPDATA%/helios-remote/config.json
- All Windows APIs under #[cfg(windows)] for cross-compile safety
- CI: add Windows cross-compile job (x86_64-pc-windows-gnu) with artifact upload
2026-03-02 18:32:55 +01:00
..
input.rs feat(client): implement Windows client (Phase 2) 2026-03-02 18:32:55 +01:00
main.rs feat(client): implement Windows client (Phase 2) 2026-03-02 18:32:55 +01:00
screenshot.rs feat(client): implement Windows client (Phase 2) 2026-03-02 18:32:55 +01:00
shell.rs feat(client): implement Windows client (Phase 2) 2026-03-02 18:32:55 +01:00