The .NET client of NTU Vote authentication server, used in 106-1 NTUSA election.
- .NET Framework 3.5 or higher (this project targets v4.0)
- JSON.NET
- Native card reader library provided by manufacturer.
- Extract and put
dcrf32.dll
underVendor/
. - Put your own loading animation under
NTUVoteClient/Resources/
. - Fill in
targetSector
,apiPath
, andapiFormat
variable value inApiClient
andCardReader
. - Build and run the project.
This project is licensed under Apache 2.0 license.