[Tinyos-help] Help with TOSSIM.

2010-05-18 Thread praneeth goud
Hi, I am working with TOSSIM on tinyos-2.1.1 and when i compile i get a following output. Here even though its building the TOSSIM library. Its giving some sort of an error while compiling the python support and Clibraries as i indicated in bold below. Can anyone give me a solution to

[Tinyos-help] Using TinyOS mspgcc toolchain for building MSP430 MCU-s

2010-05-18 Thread Andres Vahter
Hi, I have mspgcc toolcain installed and it is working well with telosb. How can I use it for building and uploading a simple example program from TI webpage: MSP430F22x2, MSP430F22x4? These example programs consist of only single .c file. Could someone provide example how Makefile should look

[Tinyos-help] Can't stop Radio on Meshbean (MeshNetics Zigbit)

2010-05-18 Thread C L
Hello I'm testing some of my TOS applications (which works on TelosB successfully) on the Meshbean platform. I access my radio through SplitControl and I get success for RadioControl.start() the first time. However, I can't stop: RadioControl.stop() returns an error. So, I have to keep my radio

[Tinyos-help] types

2010-05-18 Thread raoudha baklouti
Spam detection software, running on the system mail.Millennium.Berkeley.EDU, has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

Re: [Tinyos-help] TOSSIM and CTP

2010-05-18 Thread Newlyn Erratt
I'm using the meyer noise data. I tried adding a one shot after I setup ctp for 1 millis and bumped up the simulation to run for 10 cycles and now the client gives the parent message before it tries to send but still sits in the no route loop for the entire simulation. Any ideas? I'm

Re: [Tinyos-help] Packet transmission time

2010-05-18 Thread Yusnaidi Md Yusof
Hi Brano, Thanks very much. I got it. I can compile it now. However, when I issue a 'make micaz sim' command, I got error messages such as follows: In component `AppC': AppC.nc:33: no match make: *** [sim-exe] Error 1 This is what I have in the module file:

[Tinyos-help] basestation data receive ratio help

2010-05-18 Thread 徐经纬
I use 10 IRIS motes and one IRIS mote as Basestation. packet send in every 0.2s. So 10 IRIS motes send 20 packets in every second. I use One basestation mote+mib520 receive data from radio and send it via usb to my PC. But the Basestation will break down after few minutes it started. The

[Tinyos-help] Hi

2010-05-18 Thread swayanti das
Hello everyone Does anyone has the code for BaseStation using threads. Please help me with this. Thanks Swayanti ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] tinyld

2010-05-18 Thread sadun silva
Thanks Mike for the quick reply. But when i ran tosthreads-gen-dynamic-app it says command not found but i changed it by just giving tosthreads-dynamic-app but when i gave that it says that it is expecting obj_file bin_file tos_file what should i do to get the Blink.tos binary file? Because i

Re: [Tinyos-help] [tinyos-help] Help with I2CPacket.nc

2010-05-18 Thread Michael Schippling
If the T2 impl is like the T1 version there are four bits you can send to I2C read/write, which are conveniently not defined or described anywhere: /* ** I2CPacket read/write command flags, ** defined in I2CPacketM.nc but not in a header file... */ #define STOP_FLAG 0x01 //send stop/end

Re: [Tinyos-help] Using TinyOS mspgcc toolchain for building MSP430 MCU-s

2010-05-18 Thread Michael Schippling
You can find most everything anyone knows about mspgcc at: mspgcc.sourceforge.net/ MS Andres Vahter wrote: Hi, I have mspgcc toolcain installed and it is working well with telosb. How can I use it for building and uploading a simple example program from TI webpage: MSP430F22x2,

Re: [Tinyos-help] types

2010-05-18 Thread Michael Schippling
In common TOS usage a structure with Msg in it is the payload portion of a TOS_Msg or message_t structure that is transmitted over the radio, or serial UART between the base-station and host. Usually you can imagine the Msg being overlaid on the TOS_Msg.data[] array set aside for user payload.

Re: [Tinyos-help] CTP

2010-05-18 Thread ranal fernando
i got it thank you very much ranal From: gnaw...@cs.stanford.edu Date: Mon, 17 May 2010 20:20:42 -0700 Subject: Re: [Tinyos-help] CTP To: ranalferna...@live.com CC: tinyos-help@millennium.berkeley.edu On Thu, May 13, 2010 at 3:50 PM, ranal fernando ranalferna...@live.com wrote: Dear

Re: [Tinyos-help] Etx

2010-05-18 Thread Yusnaidi Md Yusof
I see. Thank you. Yusnaidi On Tue, May 18, 2010 at 4:23 AM, Omprakash Gnawali gnaw...@cs.stanford.eduwrote: On Fri, May 14, 2010 at 4:37 PM, Yusnaidi Md Yusof yusnaid...@gmail.com wrote: Hi Omprakash, Thanks a lot. Thus, I guess the CtpInfo.getEtx() will return a routing cost from