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.
In order to compile you must execute
mvn compile
The application can be packaged in a jar file
mvn package