Voting software with remote units - architectural questions

Posted by David Neale on Stack Overflow See other posts from Stack Overflow or by David Neale
Published on 2010-04-13T17:59:33Z Indexed on 2010/04/13 18:03 UTC
Read the original article Hit count: 297

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about remote