QrScanner/README.md
David J. Allen fccd30a223 Removed more unnecessary files from cache
- Updated `.gitignore`
- Added `README.md` file
2023-05-29 21:16:50 -06:00

9 lines
No EOL
235 B
Markdown

# Remote QR Scanner in .NET and Python
Scan QR codes and send them back to a server. Uses .NET 6 to build the server and client and python.
Run the server or client:
```bash
dotnet run --project server
dotnet run --project client
```