https://github.com/hxndev/implementing-routing-protocol
Created a routing protocol in Cpp. We implemented RIP, OSPF and EIGRP. We also implemented a DNS server.
https://github.com/hxndev/implementing-routing-protocol
cache console-based cpp proxy-server routing routing-algorithm routing-protocols terminal-based
Last synced: 5 months ago
JSON representation
Created a routing protocol in Cpp. We implemented RIP, OSPF and EIGRP. We also implemented a DNS server.
- Host: GitHub
- URL: https://github.com/hxndev/implementing-routing-protocol
- Owner: HxnDev
- License: mit
- Created: 2021-06-25T18:01:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-19T16:24:28.000Z (over 4 years ago)
- Last Synced: 2025-03-31T10:41:10.610Z (8 months ago)
- Topics: cache, console-based, cpp, proxy-server, routing, routing-algorithm, routing-protocols, terminal-based
- Language: C++
- Homepage:
- Size: 144 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
All the files have been commented for your ease. Furthermore you may also add further comments if you may.
# How to run:
###### 1: Compile s1, s2, s4, c and proxy.cpp.
###### 2: In separate terminals, run the executables of all server files in this order s1 -> s2 -> s4 -> proxy.
###### 3: Again in separate terminals, run the client executable. For multiple clients, run the same executable in different terminals.
###### 4: Select whatever you wish the clients to do.
#### Doesn't require anything more than a C++ compiler and a shell
As this was a group project, hence attached is the link of my group member who equally contributed in this project:
Sana: https://github.com/sanaa-khan
For further queries contact me at : chhxnshah@gmail.com