akdeo / routing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Routing

An implementation of distance-vector routing, a distributed routing algorithm where multiple routers cooperate to transport packets to their destinations efficiently. Your routing algorithm will run on each router within a simulated network. Each router will exchange messages with neighboring routers and hosts to construct a forwarding table. As the network topology changes, your routing algorithm will update the forwarding tables to maintain connectivity.

About


Languages

Language:Python 49.9%Language:Java 36.6%Language:Processing 13.2%Language:Shell 0.3%