VoteCounter is a distributed voting program which can handle multiple clients
over a network. VoteCounter is written in Java, and so it is very portable;
VoteCounter's input is an XML file specifying posts to be voted for and nominees
contesting them, and it's output is a human-readable tally of votes for each
nominee, making it easy to use and customize.
VoteCounter is still under development, but is ready to use for small elections.
Help is welcome! VoteCounter is authored by Shardul C. He can be contacted at:
<shardul.chiplunkar@gmail.com>
Summary of the items in this directory --
- COPYING: VoteCounter's license (the GNU GPLv3)
- VoteClient/: the client-side software
- VoteCommon/: defines messages sent to each other by the server and the client
- VoteServer/: the server-side software
Note that all three directories are NetBeans projects.