wraith/internal/rdp
Vantz Stockwell a8974da37d feat: FreeRDP3 purego backend for Windows with platform stub
Add the real FreeRDP3 RDP backend that loads libfreerdp3.dll at runtime
via syscall.NewLazyDLL (no CGO required). The Windows implementation
(freerdp_windows.go) calls FreeRDP3 functions for instance lifecycle,
settings configuration, input forwarding, and event handling. A stub
(freerdp_stub.go) compiles on non-Windows platforms and returns errors,
keeping macOS/Linux development and tests working. A factory function
(freerdp_factory.go) selects the right backend based on runtime.GOOS,
and app.go now uses NewProductionBackend instead of always using mock.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 07:43:31 -04:00
..
freerdp_factory.go feat: FreeRDP3 purego backend for Windows with platform stub 2026-03-17 07:43:31 -04:00
freerdp_stub.go feat: FreeRDP3 purego backend for Windows with platform stub 2026-03-17 07:43:31 -04:00
freerdp_windows.go feat: FreeRDP3 purego backend for Windows with platform stub 2026-03-17 07:43:31 -04:00
input_test.go feat: RDP types, pixel buffer, and scancode mapping 2026-03-17 07:17:12 -04:00
input.go feat: RDP types, pixel buffer, and scancode mapping 2026-03-17 07:17:12 -04:00
mock_backend.go feat: RDP service with mock backend for development 2026-03-17 07:17:26 -04:00
pixelbuffer_test.go feat: RDP types, pixel buffer, and scancode mapping 2026-03-17 07:17:12 -04:00
pixelbuffer.go feat: RDP types, pixel buffer, and scancode mapping 2026-03-17 07:17:12 -04:00
service_test.go feat: RDP service with mock backend for development 2026-03-17 07:17:26 -04:00
service.go feat: RDP service with mock backend for development 2026-03-17 07:17:26 -04:00
types.go feat: RDP types, pixel buffer, and scancode mapping 2026-03-17 07:17:12 -04:00