Skip to content

AkshatParmar/InfoAndNetw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 

Repository files navigation

Info and Network Security Voting Assignment

Group 12

How to Run

  1. Download all python packages necessary to run the application
pip install requests flask matplotlib pycryptodome
  1. Open codebase folder and run whitelist file to add usernames who can vote to the whitelist
  2. Then run the main python file and server python file simultaneously
python main.py

Separate terminal window:

export FLASK_APP=server.py
flask run
  1. In order to add clients to the whitelist run the following and follow prompts:
python whitelist.py
  1. Now you can operate the client as you'd like
  2. In order to see the analysis, run:
python Analysis.py
  • This will generate the voting graphs

About

Voting Assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages