9daea364e4b363293e146b9277f38f59058a4f83
Document the three-repo submodule layout, the one-way JSON-over-WebSocket protocol, desktop/android architecture, and the standard build/test/run commands so future Claude Code sessions share one source of truth. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
WirelessTextSyncer
WirelessTextSyncer turns an Android device into a low-latency wireless text input companion for Windows over a local network.
Repository Layout
desktop/- Windows tray server, built with .NET 8 WinForms.android/- Android client, built with Flutter.
The root repository is the orchestration repository. Each platform directory is an independent Git repository so platform work can evolve separately.
First Milestone
- Start the Windows tray server and listen on a configurable local WebSocket port.
- Connect from the Android client by IP address and port.
- Send text, backspace, and enter events from Android to the active Windows input target.
Description
Languages
Markdown
100%