21 lines
347 B
Markdown
21 lines
347 B
Markdown
# WirelessTextSyncer Desktop
|
|
|
|
Windows tray server for WirelessTextSyncer.
|
|
|
|
## Stack
|
|
|
|
- .NET 8
|
|
- WinForms tray application
|
|
- Fleck WebSocket server
|
|
|
|
## Development
|
|
|
|
```powershell
|
|
dotnet restore
|
|
dotnet build
|
|
dotnet run --project .\WirelessTextSyncer.Windows\WirelessTextSyncer.Windows.csproj
|
|
```
|
|
|
|
The initial server listens on `ws://0.0.0.0:8181`.
|
|
|