Re: [Tinyos-help] simulation of ctp in tinyos 2.1.1

2012-05-18 Thread Omprakash Gnawali
You might want to look at TOSSIM tutorial on tinyos.net and apps/tests/TestNetwork/test.py to get ideas on how to proceed. - om_p On Thu, May 17, 2012 at 10:11 AM, jeni john jenij...@rediffmail.com wrote: How can I simulate ctp protocol of tinyos-2.1.1/tos/lib/ctp in tossim. I have

Re: [Tinyos-help] Help: MultiHop Routing on TelosB motes

2012-05-18 Thread Omprakash Gnawali
You might want to check out various network protocols in TinyOS 2.x. Here is a good place to start: http://docs.tinyos.net/tinywiki/index.php/TinyOS_Tutorials - om_p On Thu, May 17, 2012 at 5:26 AM, Ravikiran Dhulipala dhulipala.ravikira...@gmail.com wrote: While trying to implement a multihop

Re: [Tinyos-help] how to measure PRR

2012-05-18 Thread Omprakash Gnawali
You can look at CTP example. It computes PRR to assess the quality of links. You can find an example that uses CTP in apps/tests/TestNetwork. There is a test.py script in that directory. - om_p On Thu, May 10, 2012 at 3:25 AM, Hamza Tayeb hamza.ta...@yahoo.fr wrote: Hi i want to realize a

[Tinyos-help] error: avr/pgmspace.h: No such file or directory

2012-05-18 Thread Hanen Rekik
Hi, I use TOS 2.1.1 and I am trying to read/write flash memory in tinyos application. I included the following head in my source: #include avr/pgmspace.h then, to store the data in flash: unsigned char number[] PROGMEM = { 31, 0, 6, 107, 2, 6, 116} But I have this error : error: