Skip to content

vivekpabani/simulation_link_state_routing_protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

The directory contains :
1. Source Code of the program for Link State Protocol: lsp_project.py
	a. Code with comments.
	b. Logic and flow of the program.
	c. Run instructions

2. Project Report: project_report.pdf
	a. Link State Routing Protocol in brief.
	b. Dijkstra’s algorithm in brief.
	c. Program implementation details in brief.
	d. Test data and result for 6 different instances.

3. Project Presentation: presentation.pdf
	a. Workflow of program with screenshots.
	b. Exception handling of program with screenshots.



To run the program, type on command line : python lsp_project.py

About

The Simulation of Link-State Routing Protocol is a part of the project under course CS542 - Computer Networks. The program accepts the network topology details in terms of the cost of links, and provides the shortest path tree for the network. It uses Dijkstra’s Algorithm to construct its routing table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages