• Stars
    star
    2
  • Language
    C
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Simulation of Link-State Routing Protocol is a part of the project under course EE3019 - Data Communications and Networking. 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.