projects/agent/src
2026-04-07 05:33:05 +00:00
..
capture.rs agent: capture.rs — raw BGRA output (no encoding here), encoder handles the rest 2026-04-07 04:57:24 +00:00
cli.rs agent: cli.rs — subcommand CLI (run, service install/uninstall/start/stop/status/restart) 2026-04-07 05:33:05 +00:00
config.rs agent: config.rs — rename AgentConfig to RunOptions, add Clone, windows_service field, to_service_args() 2026-04-07 05:32:32 +00:00
encoder.rs agent: encoder.rs — H.264 (openh264) and JPEG encoder abstraction, BGRA→I420 conversion, binary frame output 2026-04-07 04:56:57 +00:00
input.rs agent: input.rs — full remote control: mouse move/click/dblclick/scroll, keyboard with 60+ key mappings 2026-04-07 04:36:29 +00:00
main.rs agent: main.rs — binary WS frames for video, JSON text for control, encoder pipeline, 60fps default 2026-04-07 04:58:32 +00:00
protocol.rs agent: protocol.rs — binary video frame format (13-byte header), JSON control messages separate 2026-04-07 04:55:16 +00:00