Skip to content

user-space program which simulates the major functionalities of a routing device running a simplified Link State Routing protocol

Notifications You must be signed in to change notification settings

EmolLi/Simulate-Link-State-Routing-Protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simulate-Link-State-Routing-Protocol

Compile the program

$ mvn compile

Router commands

$ attach [Process IP] [Process Port] [Link Weight] //establishes new link to the other routers
$ start //starts the router
$ connect [Process IP] [Process Port] [IP address] [Link Weight]
$ disconnect [Port Number] //remove the link
$ detect [IP Address] //outputs path from source to destination
$ neighbors //outputs the ip address of all neighbors of the router
$ quit

References:

About

user-space program which simulates the major functionalities of a routing device running a simplified Link State Routing protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages