https://github.com/sebdeveloper6952/uvg_redes_lab3_4
https://github.com/sebdeveloper6952/uvg_redes_lab3_4
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebdeveloper6952/uvg_redes_lab3_4
- Owner: sebdeveloper6952
- Created: 2020-08-25T16:43:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T02:29:17.000Z (almost 6 years ago)
- Last Synced: 2025-02-25T21:22:00.389Z (over 1 year ago)
- Language: Python
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uvg_redes_lab3_4
# Flooding
1. Run server.py
2. Run fl_simulation.py
3. Run buildConections.py
4. Run client.py, for instructions
# Distance Vector Routing
Nota: Se debe esperar a que `python dv_simulation.py` termine de compartir mensajes, para poder enviar mensajes utilizando `python dv_messenger.py`. También, si se corre local, correr asi: `dv_simulation.py 1` `dv_messenger.py 1`
1. Run `python server.py`
2. Run `python dv_simulation.py`
3. Run `python dv_messenger.py`