A basic Routing Information Protocol (RIP) simulation in C++
Authors: Muhammad Abdullah, Saad Bazaz
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.
- Clone this repository.
- Open the repository's folder in a Terminal.
- Enter
make
in the Terminal - Enter
cd executable
in the Terminal - Now run any files which you like, following the on-screen commands.