acharal / ripsim

A multithreaded RIP (Routing Information Protocol) Simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RIP Simulator

A multi-threaded application that simulates the RIP protocol 1 in a topology of simple routers. Each router is a separate thread that maintains its own separate routing table.

Compilation

In order to compile you must execute

mvn compile

The application can be packaged in a jar file

mvn package

About

A multithreaded RIP (Routing Information Protocol) Simulator

License:GNU General Public License v3.0


Languages

Language:Java 100.0%