Skip to content

Liao-YuWei/Online-Voting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online-Electronic-Voting

  • The project of Fault Tolerant Computing in NYCU 111-2

How to run

  1. cd ./Online-Voting/src
  2. Launch the server from the terminal: python server.py
  3. From another terminal, start the client: python client.py

How to costomize ip and port?

  1. In src/server.py, modify the port value in port = '34652' and ip in server.add_insecure_port('[::]:' + port).
  2. In src/client.py, modify the port value in port = '34652' and ip in channel = grpc.insecure_channel('localhost:' + port).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages