An open API service indexing awesome lists of open source software.

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++

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.