Initialize repository workspace
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# Local agent/tooling state
|
||||||
|
.agents/
|
||||||
|
.claude/
|
||||||
|
|
||||||
|
# OS/editor noise
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Logs and local env
|
||||||
|
*.log
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
|
||||||
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[submodule "desktop"]
|
||||||
|
path = desktop
|
||||||
|
url = ./desktop
|
||||||
|
[submodule "android"]
|
||||||
|
path = android
|
||||||
|
url = ./android
|
||||||
17
README.md
Normal file
17
README.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# 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
|
||||||
|
|
||||||
|
1. Start the Windows tray server and listen on a configurable local WebSocket port.
|
||||||
|
2. Connect from the Android client by IP address and port.
|
||||||
|
3. Send text, backspace, and enter events from Android to the active Windows input target.
|
||||||
|
|
||||||
1
android
Submodule
1
android
Submodule
Submodule android added at 6b51fc5f99
1
desktop
Submodule
1
desktop
Submodule
Submodule desktop added at 498251ad79
Reference in New Issue
Block a user