Distance Vector Routing
- Language: nesC
- URL: https://github.com/byronogarcia/UCM-CSE160/tree/master/Project02
One of Four networking projects in this course
A partner and I used a variation of C, nesC, to implement a routing protocol. This routing protocol, distance vector routing, is implemented to determine the best route from node to node based on distance. It was built on previously implemented protocols such as flooding and neighbor discovery. The image depicts a table at the final iteration of the routing protocol as well as the topology of the newtwork.