Homework 6, due Thu, May 25, 2006

For this homework, you must finish the implementation of the broadcast portion of the protocol, generating and handling the following types of packets:

Note that RC packets are routed; they are part of this homework because conceptually they belong to the route establishment phase. You must properly handle nonces, and I strongly suggest that you implement the routing table as well, since you need a route to generate the RC packet (yes, in this case you could just take the route from the RP packet, but you might as well start populating the routing table with that route as well). You don't need to implement route aging and maintenance if you don't want to, we can do that in the next homework.

CMPE 117 Spring 2006/Homework Assignments/Homework 6 (last edited 2006-05-23 10:20:19 by LucaDeAlfaro)