- Notifications
You must be signed in to change notification settings - Fork0
Zeus server
NotificationsYou must be signed in to change notification settings
itminedu/zeus
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
LICENCE: This code is released under the GPL v3 or later
This is a fork of Ben Adida's Helios server. The differences from Helios are as follows:
Whereas Helios produces election results, Zeus produces a tally of the ballots cast.
This allows Zeus to be used in voting systems other than approval voting (which is supportedby Helios), since the vote tally can be fed to any other system that actually produces theelection results.
In terms of overall architecture and implementation it is closer to theoriginal Heliosimplementation than Helios v. 3.