Skip to content

anselmobattisti/distributed-auction-consensus-simulation-simpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Auction Consensus Simulation Simpy

Implementation of a distributed auction consensus simulation in Simpy.

Installation

# create the venv environment
python3 -m venv venv

# access the venv
source venv/bin/activate

# install the packets
pip install -r requirements.txt

# leave the virtual environment
deactivate

Ideas

  • Create an example of how to implement a distributed simulation using Simpy

About

Implementation of a distributed auction consensus simulation in Simpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages