[Tinyos-help] Exact Data Rate and Time to transmit on Tmotes

2009-12-03 Thread Somnath Mitra
Hello , I need the exact data rate number that is achievable on a tmote (I do not mean CC2420 data rate - which is 250 kbps). I mean the data rate that is achievable taking into account the MAC layer. I would also like to know the time to transmit [probably a formula] a packet of n bytes, from

Re: [Tinyos-help] region text full

2009-12-03 Thread Michiel Konstapel
Well... msp/debug.extra says OPTFLAGS = -O1 -g -fnesc-no-inline, so you lose -Os, and inlining saves a lot of space for typical TinyOS programs. I think this may be the culprit. Michiel From: Eric Decker [mailto:cire...@gmail.com] Sent: woensdag 2 december 2009 19:01 To: Michiel Konstapel

[Tinyos-help] (no subject)

2009-12-03 Thread Kiraneet sharma
Hello people.. This query may be out of place but anyone has an idea about which is the largest deployment of WSN till date and where is it ? And where can I get information about commercial applications of wsn ? e.g. Is target tracking with WSN used commercially ? Where ? I am sorry again to

Re: [Tinyos-help] mig c (was Serial Forwarder)

2009-12-03 Thread Arik Sapojnik
Nikos, I tried to copy/paste TestSerial java code, the problem is that they use import net.tinyos.message.*; import net.tinyos.packet.*; import net.tinyos.util.*; to include all the TinyOS related stuff (such as moteIF.send ) But in case I use C, what headers hould I include to have such a

[Tinyos-help] TinyOS and EX430 Chronos

2009-12-03 Thread Lorenzo Mainardi
Hi, I found this nice hardware product: http://wiki.msp430.com/index.php/EZ430-Chronos?DCMP=ChronosHQS=Other+OT+chronoswiki I think that it could be a good product to integrate with TinyOS and 802.15.4 stack. So, do you know if there is some porting of TinyOS for that platform? Using Google I

[Tinyos-help] Simulation.

2009-12-03 Thread MALINI MANOHARAN
Hi all, I am working with MicaZ motes. Is there any simulator other than TOSSIM for WSNs? I tried to download TOSSIM but the link was broken. Also specify the path where i have to save the downloaded simulator. Please help. I want it for my project. Thanks in advance.

Re: [Tinyos-help] Simulation.

2009-12-03 Thread sissou
Hi, There is the avrora simulator. The installation is explained in the wiki. Regards. Sylvain On Thu, 2009-12-03 at 16:00 +0530, MALINI MANOHARAN wrote: Hi all, I am working with MicaZ motes. Is there any simulator other than TOSSIM for WSNs? I tried to download TOSSIM but the

Re: [Tinyos-help] TinyOS 2.x projects with available nesC source code

2009-12-03 Thread Faisal Aslam
Dear Mido, What GUI you are talking about? TakaTuka has no GUI at all. best regards, -- Faisal Aslam University of Freiburg http://cone.informatik.uni-freiburg.de/people/aslam/ Mido wrote: Dear Faisal, Thanks for your email. I need software that is mainly implemented using nesC. Having

Re: [Tinyos-help] TinyOS 2.x projects with available nesC source code

2009-12-03 Thread Mido
I was not referring to TakaTuka. In general, a project that is mainly implemented in nesC with non-nesC GUI (i.e. TinyDB) would be OK for my needs. Regards. -Original Message- From: Faisal Aslam [mailto:as...@informatik.uni-freiburg.de] Sent: Thursday, December 03, 2009 6:54 AM To:

Re: [Tinyos-help] TinyOS Ubuntu 9.10 (solved?)

2009-12-03 Thread Ruben Rios
Dear all, I don't know whether this tutorial works or not because I finally installed Ubuntu Hardy to get rid of my compilation errors. Just after installing I found this fresh tutorial (1 Dec 2009). At least I hope it helps to new comers.

Re: [Tinyos-help] Simulation.

2009-12-03 Thread Paul Johnson
Assuming you already have a tinyos 2.x distribution, then you already have TOSSIM installed. Follow the guide on the wiki: http://docs.tinyos.net/index.php/TOSSIM to set up a simulation using TOSSIM. Note that TOSSIM's support for hardware simulation (set transmission power level, ADC

Re: [Tinyos-help] Exact Data Rate and Time to transmit on Tmotes

2009-12-03 Thread Paul Johnson
Somnath, There aren't really straightforward answers to your questions because they both are non-deterministic to a degree. For the first question: What data rate are you talking about? The raw number of bits(including headers/footers?) that can be successfully delivered over the air

Re: [Tinyos-help] Exact Data Rate and Time to transmit on Tmotes

2009-12-03 Thread Faisal Aslam
Hi, I have produced some results using Sentilla-JCreate and they are valid for Tmote if it behave similar (I guess so). The round trip time (RTT) of Tmote for one byte long packet is around 17ms. That is if only one mote is sending and medium is totally free. The motes are placed only one

Re: [Tinyos-help] TinyOS and EX430 Chronos

2009-12-03 Thread Thomas Schmid
Hi Lorenzo, The EZ430-Chronos is based on the CC430F6137. This is a SoC that combines the radio and MCU on one chip. However, the radio chip used is based on the CC1101, and not the CC2420 or 2520. Thus, you won't be able to use the 802.15.4 stack. Cheers, Thomas

[Tinyos-help] Link Estimation does not works

2009-12-03 Thread Faisal Aslam
Dear Gnawali and all, I really need a good Link Estimation that works on many different platforms (e.g. Telosb, mica2, micaz etc). It will be good to have a 4-bit link estimation that is reliable. I have tried to use the LinkEstimation interface however, it always return same 255 value. Can

[Tinyos-help] Multi-node simulation on ATEMU

2009-12-03 Thread Mac Brown
I would like to simulate a sensor network using ATEMU. Does anyone know how to specify the number of nodes in the command line? When using multiple nodes, does the node ids are initialized to TOS_LOCAL_ADDR automatically? Thanks, Mac ___

Re: [Tinyos-help] memcpy errors

2009-12-03 Thread Philip Levis
On Nov 26, 2009, at 1:28 AM, Seshu ^^k`GaaRa~ wrote: Hello all, I am working on building a routing protocol using 6lowpan stack. In my application, I need to broadcast a msg and it leads to this part of code from IPP.nc (around line 640) I am using TOSSIM for

Re: [Tinyos-help] Will we ever have tinyviz's equivalent in 2.x ?

2009-12-03 Thread Philip Levis
On Nov 30, 2009, at 9:51 PM, Kiraneet sharma wrote: Hello people... My question is pretty much in the subject line. Is there any development going on by the tinyos developers in this direction: i.e., building a visualization tool for 2.x ? Certainly it would help in better simulation.

Re: [Tinyos-help] about running TestPacketTimeStamp

2009-12-03 Thread Brano Kusy
hii everyone,, i hav installed TestPacketTimeStamp application in 1 mote(telosb),and BASESTATION in another mote(say mote 2) you need 2 motes installed with TestPacketTimeStamp application, otherwise you won't see any reports...

[Tinyos-help] TinyOS-1.x CC2420RadioM

2009-12-03 Thread trilok i
Hi all, I would like to know how the packet receiving flow happens in CC2420RadioM.nc module(TinyOS-1.x). Thank you. _ Windows 7: Find the right PC for you. Learn more.

[Tinyos-help] TinyOS-1.x CC2420RadioM

2009-12-03 Thread trilok i
Hi all, I would like to know how the packet receiving flow happens in CC2420RadioM.nc module(TinyOS-1.x). Thank you. _ New Windows 7: Find the right PC for you. Learn

Re: [Tinyos-help] Exact Data Rate and Time to transmit on Tmotes

2009-12-03 Thread Somnath Mitra
Paul , Thanks for the reply. Let me try to explain my scenario according to your questions: Data Rate : Not the raw physical layer data rate which is 250 kbps for CC2420. A number that accounts for the MAC layer including the headers and footers, and also the headers and footers of AMSenderC.

Re: [Tinyos-help] about running TestPacketTimeStamp

2009-12-03 Thread Brano Kusy
hii everyone,, i hav installed TestPacketTimeStamp application in 1 mote(telosb),and BASESTATION in another mote(say mote 2) you need 2 motes installed with TestPacketTimeStamp application, otherwise you won't see any reports... now i wanna know how to get dat data on

[Tinyos-help] 600 papers in Tenerife. Overflow in our Server over the weekend. Upload your papers until December 2. tinyos-help@millennium.berkeley.edu

2009-12-03 Thread Prof. Nikos E. Mastorakis
Dear WSEAS Members and Friends Many colleagues tried to upload papers in WSEAS Conferences www.wseas.org and NAUN conferences www.naun.org during the weekend. However, due to an overflow (more than 600 papers in Tenerife's conference of the WSEAS) the server experienced some problems on the

[Tinyos-help] Availability of a 127-node WSN Testbed (INDRIYA)

2009-12-03 Thread dmanjunath D
Dear All, We are happy to announce the availability of INDRIYA, a 127-node WSN testbed with more than 50% of its motes being equipped with real sensor-boards. INDRIYA can be accessed at: http://indriya.comp.nus.edu.sg INDRIYA is a three-dimensional wireless