Implementation of Dijkstra's algorithm with a network connection for retrieving the shortest path to a web server.
screen.mp4
- Draw graph of the network
- Find the shortest path from a server to a web server
- Signaling malfunctioning connections
- Add new connections to the network
- Add a server
- Create a virtual environment
python3 -m venv venv
- Activate the virtual environment
source venv/bin/activate
- Install the requirements
pip install -r requirements.txt
- Run the program
python3 main.py