https://github.com/saadbazaz/rip-protocol-simulation
A basic Routing Information Protocol (RIP) simulation in C++
https://github.com/saadbazaz/rip-protocol-simulation
computer-networks computer-networks-course rip routing-protocols student-project
Last synced: about 1 year ago
JSON representation
A basic Routing Information Protocol (RIP) simulation in C++
- Host: GitHub
- URL: https://github.com/saadbazaz/rip-protocol-simulation
- Owner: SaadBazaz
- Created: 2020-11-28T19:09:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T21:51:55.000Z (over 5 years ago)
- Last Synced: 2025-04-15T02:18:15.042Z (about 1 year ago)
- Topics: computer-networks, computer-networks-course, rip, routing-protocols, student-project
- Language: C++
- Homepage:
- Size: 91.8 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RIP-Protocol-Simulation
A basic Routing Information Protocol (RIP) simulation in C++
Authors: Muhammad Abdullah, Saad Bazaz
## Purpose
To explore how routers and clients connect to each other in a basic computer network.
**Note:** The workings in this project are purely theoretical and not to be used in a proper network. It is just a simulation of networks.
## How to run:
1. Clone this repository.
2. Open the repository's folder in a Terminal.
3. Enter ```make``` in the Terminal
4. Enter ```cd executable``` in the Terminal
5. Now run any files which you like, following the on-screen commands.