Voting software with remote units - architectural questions
- by David Neale
I'm looking at designing some software that registers live votes (let's say A,B,C or D). The vote needs to be picked up and processed by a .NET engine.
The remote voting units should be as small as possible.
What form of data transmission should be used for the voting? The data is obviously very simple but there is a need to make sure each unit can only vote once per question.
How would the data be received by the computer running the software?