On Sat, Feb 20, 2010 at 6:11 AM, Riki Tiki <[email protected]> wrote: > hi, in the below code it uses interface RouteControl to send the data... i am > really sorry for asking this many times but, i still do not get how to find > out which routing algorithm it uses, if i am not mistaken in looking for the > correct source according to below link > > http://webs.cs.berkeley.edu/tos/tinyos-1.x/doc/multihop/multihop_routing.html > > it says that it uses "The implementation uses a shortest-path-first algorithm > with a single destination node (the root) and active two-way link > estimation." Is this what the below code uses as its routing algorithm? > thanks!
TinyOS 1.x has MintRoute and MultihopLQI routing protocols. TinyOS 2.x has lqi and ctp routing protocols in addition to tymo and blip. You seem to be using Moteiv TinyOS -- they have their own routing protocols, but it might be similar to MultihopLQI. You can find the source code for routing protocol in tos/lib in TinyOS 1.x, in tos/lib/net in TinyOS 2.x. - om_p _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
