Server/client for scanning QR codes in .NET and Python
Find a file
David J. Allen fccd30a223 Removed more unnecessary files from cache
- Updated `.gitignore`
- Added `README.md` file
2023-05-29 21:16:50 -06:00
client Removed more unnecessary files from cache 2023-05-29 21:16:50 -06:00
obj Removed more unnecessary files from cache 2023-05-29 21:16:50 -06:00
server Removed more unnecessary files from cache 2023-05-29 21:16:50 -06:00
ui Initial commit 2022-12-04 11:26:52 -06:00
.gitattributes Initial commit 2022-12-04 11:26:52 -06:00
.gitignore Removed more unnecessary files from cache 2023-05-29 21:16:50 -06:00
icon.svg Initial commit 2022-12-04 11:26:52 -06:00
icon.svg.import Initial commit 2022-12-04 11:26:52 -06:00
project.godot Initial commit 2022-12-04 11:26:52 -06:00
qrreader.csproj Removed more unnecessary files from cache 2023-05-29 21:16:50 -06:00
README.md Removed more unnecessary files from cache 2023-05-29 21:16:50 -06:00

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