Skip to content

Riei-Joaquim/VotingProtocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VotingProtocol:

Project developed for the discipline of Communication Protocols at UFPE, being a secure voting system on an unreliable WiFi network.

Install Depedencies

$ pip install -e .
  • Main depedencias:

    • cryptography v3.1.1
    • pycryptodome v3.10.1
    • threading
    • dataclasses
    • datetime
    • socket
    • json
    • secrets
    • setuptools
  • Tested using Anaconda Environment with Python 3.8.5

Running the Server:

Run the sample code of the testServer.py protocol server call in the terminal, for more details of the operation see the documentation.

Running the Client:

Run the sample code of the testClient.py protocol server call in the terminal, for more details of the operation see the documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages