Re: [Tinyos-help] Help with TOSSIM

2010-05-14 Thread avinash chaurasia
I think tossim comes with tinyos itself. Thanks Avinash Kumar Chaurasia Department of Computer Science IIT Kanpur, India On Fri, May 14, 2010 at 10:16 AM, praneeth goud prancs...@gmail.com wrote: Hi, I have installed tinyos-2.0.2 and tinyos-2.1.0 in ubuntu 9.10. I need to

[Tinyos-help] error in compiling TinyDbApllication for micaz

2010-05-14 Thread nandini patil
hello sir, This setup is working for the blink application but showing error for the TinyDbApp, and also it is compling for the mica but not micaz.I m using tinyos1.1.0 , micaz motes and mib520. administra...@mca-staff-hod ~ $ cd / administra...@mca-staff-hod / $ cd

Re: [Tinyos-help] tinyos help(about iris platform and mts310)

2010-05-14 Thread Miklos Maroti
Hi! What data / sensor are you using on the mts310? Which revision of the board do you have? Miklos On Fri, May 14, 2010 at 5:42 AM, 徐经纬 stormheral...@gmail.com wrote: Hi I use IRIS platform and mts310 for sampling some data,such as temp,accel ,etc. I am working in tinyos2.1.0 and

[Tinyos-help] error in compiling TinyDbApllication for micaz

2010-05-14 Thread nandini patil
hello sir, This setup is working for the blink application but showing error for the TinyDbApp, and also it is compling for the mica but not micaz.I m using tinyos1.1.0 , micaz motes and mib520. administra...@mca-staff-hod /opt/tinyos-1.x/apps/TinyDBApp $ make micaz mkdir -p build/micaz

[Tinyos-help] Error with make micaz sim

2010-05-14 Thread Sam Azzaro
Hello, i'm trying to simulate an application with TOSSIM under ubento 9.1but i gte this error : s...@sam-desktop:~/tos/tinyos-2.x-contrib/crypto/apps/TestTrivium8$ make micaz simmkdir -p simbuild/micazmake: python2.5-config : commande introuvablemake: python2.5-config : commande

Re: [Tinyos-help] Drivers for MTS400 under TinyOS 2.x

2010-05-14 Thread Miklos Maroti
Hi Guys! I have moved all MTS400 drivers into the tos/sensorboards/mts400 directory. A simple test application will follow shortly. Miklos On Thu, May 13, 2010 at 10:42 PM, Miklos Maroti mmar...@math.u-szeged.hu wrote: Hi Guys, Ok, it will take a couple of days. We have extended the MicaBusC

Re: [Tinyos-help] FTSP

2010-05-14 Thread Kusy, Brano
you should not read localtime directly in sendDone() or receive() events. instead, use the PacketTimeStamp interface to access the timestamp directly. see apps/tests/TestFTSP for an example how to wire the interface. the frequency of sync msgs is controlled by TIMESYNC_RATE environmental

Re: [Tinyos-help] FTSP

2010-05-14 Thread Kusy, Brano
sorry, FTSP is not supported in TOSSIM. brano On 12/05/10 8:36 AM, chikh omar enis01a...@yahoo.fr wrote: does FTSP can be tested in TOSSIM? I use tossim to run my code in which I would like to add synchronisation Any help will be appreciated  

Re: [Tinyos-help] [?? Probable Spam] Re: Another question about FTSP

2010-05-14 Thread Kusy, Brano
Yes, I see. Then If the message is lost due to a collision, the node which sends the message would not add it's hearBeats in this send period, because hearBeats only represents the number of sucessfully sent messages. true But another question is arised: whether there exsits this

Re: [Tinyos-help] CC2420Packet

2010-05-14 Thread Yusnaidi Md Yusof
Hi, Thank you. I will try the git version now. Sorry for a late reply. Yusnaidi On Sat, Apr 10, 2010 at 9:10 AM, Yusnaidi Md Yusof yusnaid...@gmail.comwrote: Hi All, I tried to wire the CC2420Packet component to the CC2420PacketC configuration. The compilation was successful, but when I

Re: [Tinyos-help] Etx

2010-05-14 Thread Yusnaidi Md Yusof
Hi Omprakash, Thanks a lot. Thus, I guess the CtpInfo.getEtx() will return a routing cost from transmitters to root; and the CtpPacket.getEtx() will return a routing cost from the root to transmitter; therefore, in order to find the best path to next route, the CtpRoutingEngineP using the

[Tinyos-help] error in compiling tinyDbappl for micaz

2010-05-14 Thread nandini patil
plz help me how to debugg this error . Administrator /opt/tinyos-1.x/apps/TinyDBApp $ make micaz mkdir -p build/micaz compiling TinyDBApp to a micaz binary ncc -o build/micaz/main.exe -Os -I %T/lib/Util -I%T/lib/Attributes -I%T/lib/Comm ands -I%T/lib/TinyDB -I%T/lib/MintRoute -I%T/lib/Queue

Re: [Tinyos-help] FTSP

2010-05-14 Thread Deeksha Rao Sahib
If i access the timestamp at receiver i will have only one point of reference to calculate the time take for the packet to travel from sender to receiver...wat can i do to get another reference time?? So i am accessing the local times at the application level at both the sender and receiver and