You have to start small, first: - What platform are you planning to use? - Have you tried compiling/programming the test?
The test itself is very basic, you need to program at least 3 nodes, depending on the address given each node will act as an origin or target. $ make telosb install,1 --> origin $ make telosb install,2 --> just a node $ make telosb install,3 --> target The origin node will send every 2 second a packet to target node, if both origin and target are apart from each other wireless range, but node 2 is reachable by both, it will forward the message from origin to target. If you need documentation, asking google you get: http://tinyos.stanford.edu/tinyos-wiki/index.php/Tymo http://tymo.sourceforge.net/documentation/ The code is very old but works as expected, I have actively used (adapted to a specific topology) and it is straight-forward to use and implement. I'm sorry but this is as far as I can go, I cannot be an advisor or be of further help, at least not until you tried yourself first and come back with specific questions, not a general request. Cheers, --Antonio On Fri, Apr 4, 2014 at 3:15 PM, trung phạm <[email protected]> wrote: > > Dear !! > So thank you about your reply !! > > First at all , im so sory about my English ! > > I don't know about Tymo, and this is a first time im work with tinyOS > my project ask me, compile Tymo in tinyOS > and I don't know how to do that > so can you help me step by step > or you have any document can help me !! > > SO thanks you > !! > > Trung > > > 2014-04-04 19:56 GMT+07:00 Antonio Linan <[email protected]>: > >> What's wrong with the test application? >> >> https://github.com/tinyos/tinyos-main/tree/master/apps/tests/TestTymo >> >> --Antonio >> >> On Fri, Apr 4, 2014 at 2:52 PM, trung phạm <[email protected]> >> wrote: >> > Please help me !! >> > my Project about TYMO >> > and I want to compile TYMO in TinyOS >> > So please guide me compile it... >> > thanks all so much >> > >> > _______________________________________________ >> > Tinyos-help mailing list >> > [email protected] >> > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >> >> >> >> -- >> -- >> Antonio Liñán Colina >> R+D Engineer >> @: [email protected] >> @: [email protected] >> ------------------------------ >> Advancare >> Ph.: +34 935 511 403 >> http://www.advancare.com >> http://www.zolertia.com >> http://zolertia.sourceforge.net >> http://webshop.zolertia.com > > -- -- Antonio Liñán Colina R+D Engineer @: [email protected] @: [email protected] ------------------------------ Advancare Ph.: +34 935 511 403 http://www.advancare.com http://www.zolertia.com http://zolertia.sourceforge.net http://webshop.zolertia.com _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
