On Thu, Mar 27, 2008 at 1:20 PM, Murray, Ben <[EMAIL PROTECTED]> wrote: > If I was planning to set up a WSN deployment and wanted a stable underlying > platform for communications, on top of which to run my applications code, > are there any source code releases that people might recommend > using/avoiding? What I'm thinking is something that would: > > - have reliable communications from one point in a multi-hop network to > another > - have a routing protocol that is aware of bad links and tries to re-route > (without too much flooding though!) > - be able to cope with duty-cycling (e.g. LPL) >
Hello Ben, you might be interested in tymo, a partial implementation on TinyOS of DYMO (an IETF routing protocol, still a draft). It finds point-to-point routes dynamically and let you send small packets over these routes. However it is not considered as stable yet, it is a student project that I made and that we are currently including in TinyOS, so you need cvs sources to test it. If you want to give a try, you can look at the TestTymo application for an example of use. Documentation writing is ongoing. Let us know if you need further information/have trouble. Regards, Romain _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
