On May 9, 2008, at 9:06 PM, Jitender ahuja wrote: > Hi all, > Can anyone point me out how the GPSR code (at: http:// > enl.usc.edu/cgi-bin/viewcvs/viewcvs.cgi/gpsr-linux/) does get away > with AM abstraction. As stated in the paper 'The Emergence of > Networking Abstractions and Techniques in TinyOS' (at: http:// > csl.stanford.edu/~pal/pubs/tinyos-nsdi04/tinyos-nsdi03.html); in > section 4.5 "Observations" :: > Except for GPSR, all multi-hop protocol implementations in TinyOS > we could find are built on top of the AM abstraction. > ---------------------------------------------------------------------- > -------------------------- > I seem to have simply slipped to find out in the code the same > (alternate scheme used by GPSR). > > Any guidance will be extremely valuable. > > Best Regards, > Jitender >
That's a Linux, not TinyOS implementation. This is the relevant part of the TinyOS implementation: http://enl.usc.edu/cgi-bin/viewcvs/viewcvs.cgi/cldp_gfr/tos/system/ LLCC.nc?rev=1.2&content-type=text/vnd.viewcvs-markup Note that it wires to RadioCrcPacket, not AMStandard. Phil _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
