Server/client for scanning QR codes in .NET and Python
|
|
||
|---|---|---|
| client | ||
| obj | ||
| server | ||
| ui | ||
| .gitattributes | ||
| .gitignore | ||
| icon.svg | ||
| icon.svg.import | ||
| project.godot | ||
| qrreader.csproj | ||
| README.md | ||
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:
dotnet run --project server
dotnet run --project client