[Tinyos-help] SendDone() in TOSSIM problem!

2008-04-02 Thread Mustafa Hammad
Hi I am using Tinyos 2.x under xubuntu. I noticed that SendDone() event does not fired at all in TOSSIM. I tried so many examples and scripts as in the tutorial but it did not fire. Also, I sow some people faced the same problem in the web. Is this a bug in the TOSSIM or we miss something?

[Tinyos-help] Command and Task

2008-04-02 Thread BEN LOLO ANAT
Hello, 1. What is the different between using Command and using regular function that is implemented in the file? 2. What can I call from an event? and what is the different between calling Command, calling Task or calling regular function from an event? Thanks, Anat This message

Re: [Tinyos-help] tinyos2 and eclipse

2008-04-02 Thread Tiny User
according to this page http://www.dcg.ethz.ch/%7Erschuler/installation.htm it is tinyos-1.x so i am not sure that it works with tinyos-2.x On Tue, Apr 1, 2008 at 11:23 PM, Boushra MAALA [EMAIL PROTECTED] wrote: i have this site and i have already used this version of eclipse with tinyos 1,

RE: [Tinyos-help] (no subject)

2008-04-02 Thread Murray, Ben
If the radio is turned on, and is not transmitting, it already is continuously receiving ...the .receive() event occurs whenever your radio manages to detect and receive a packet. -Ben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Lakshmi Pradeep Sent:

Re: [Tinyos-help] Error while compiling

2008-04-02 Thread Dhivya G
Hai, Thanks for your reply.. I will check it out. On Tue, Apr 1, 2008 at 9:11 PM, Giri Baleri [EMAIL PROTECTED] wrote: Hi Dhivya, I won't be able to help you with the compile errors in your app, but I can point you to sample apps for MTS400. If you are using MoteWorks, the following

[Tinyos-help] info about TinySec in TinyOS 2.0.2

2008-04-02 Thread Andrea Maestrini
Hi all! I'm new in TinyOS and I have a question for all of you!!! Could you say me if in TinyOs 2.0.2 there are libraries about security (as TinySec in TinyOS 1.x) please? And what about TinyECC 1.0, a software package that providing ECC-based PKC, it is only for TinyOS 1.x, isnt'it? Last

[Tinyos-help] Environment Variable Linux

2008-04-02 Thread Tiny User
Hi please how can I set my Environment Variable on Ubuntu for Tiny OS TOSROOT, TOSDIR, CLASSPATH, MAKERULES please, in which file should I set them? Thanks Yamos2002 -- ::: http://www.travian.ae/?uc=ae2_26656

Re: [Tinyos-help] Problem sending messages with 39 bytes of payload.

2008-04-02 Thread Juan Antonio López Riquelme
Hello everybody Thank Philip for your answer. I have problems yet. I removed the atomic sections. I method to debug de program: The program has three variables (call, function, sendDone). When the programm call the function it pluses one to call variable. The same for function and sendDone in

Fwd: [Tinyos-help] Error while compiling

2008-04-02 Thread shankar satish
-- Forwarded message -- From: shankar satish [EMAIL PROTECTED] Date: Wed, Apr 2, 2008 at 1:05 PM Subject: Re: [Tinyos-help] Error while compiling To: Dhivya G [EMAIL PROTECTED] I'm not familiar with the MTS400 series; but doesn't the OscilloscopeRF app work on MicaZ with the

[Tinyos-help] Send raw data from serial

2008-04-02 Thread Kaan Tuna
Hi, I want to send raw data to a mote via serial, without placing delimiter framing bytes 7E. How and where to make such a modification in the serial layers? Any idea would be appreciated. Thanks. Kaan ___ Tinyos-help mailing list

RE: [Tinyos-help] make command in TinyOS ubuntu

2008-04-02 Thread Shaun Lawrence
Make sure you are in the programs directory, ie /tinyos-2.x/apps/basestation/ when you do make mica2 Shaun Lawrence Design Engineer Invocon, Inc. Main: (281) 292-9903 Direct: (281) 210-1845 [EMAIL PROTECTED] _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tiny User

Re: [Tinyos-help] make command in TinyOS ubuntu

2008-04-02 Thread Tiny User
i get the same output: make: *** No rule to make target `mica2'. Stop. please another suggestion, thanks a lot On Wed, Apr 2, 2008 at 4:30 PM, Shaun Lawrence [EMAIL PROTECTED] wrote: Make sure you are in the programs directory, ie /tinyos-2.x/apps/basestation/ when you do make mica2

Re: [Tinyos-help] Send raw data from serial

2008-04-02 Thread shankar satish
Hi Tuna, I think you didn't understand: Run the Listen tool with a simple TOSBase-like program attached to the base station mote. You will see lines of values printed on a screen. Every line corresponds to one single packet. The first letter of every line is 7E. This 7E value corresponds to the

Re: [Tinyos-help] make command in TinyOS ubuntu

2008-04-02 Thread Ittipong Khemapech
Read this: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2007-September/027806.html Next time, you may search the mailing list archives prior to emailing to this list. Ittipong On 02/04/2008, Tiny User [EMAIL PROTECTED] wrote: i get the same output: make: *** No rule to make

[Tinyos-help] Fwd: TINYOS

2008-04-02 Thread Ramanjit Singh
Hi All... I am a B.Tech student of NIT Jalandhar, doing my major project on any simple application of TINYOS. I have installed tinyos 2.x (linux live cd) Please can you tell me how can i do this without any hardware(mote), using TOSSIM Or please send me simple program code for any application and

RE: [Tinyos-help] Deluge

2008-04-02 Thread Giri Baleri
Hi Reema, If you are looking to OTAP IRIS Motes, you may want to consider XOtap service available in MoteWorks. You can find more details from section 10.2 of the XMesh manual below. http://www.xbow.com/Support/Support_pdf_files/XMesh_Users_Manual.pdf Giri

Re: [Tinyos-help] Send raw data from serial

2008-04-02 Thread Juan Antonio López Riquelme
Hello Kaan Please take a look at the TEP117 http://www.tinyos.net/tinyos-2.x/doc/html/tep117.html section 3.3. On telosb you have two ways: (1) send data using USB port (PC sees it as COM port) with the component Msp430Uart1C; (2) you can use the UART0 of expansion conector with the

Re: [Tinyos-help] Environment Variable Linux

2008-04-02 Thread renjie huang
Hi You can set them in .profile in your home directory. On 4/2/08, Tiny User [EMAIL PROTECTED] wrote: Hi please how can I set my Environment Variable on Ubuntu for Tiny OS TOSROOT, TOSDIR, CLASSPATH, MAKERULES please, in which file should I set them? Thanks Yamos2002 --

Re: [Tinyos-help] Send raw data from serial

2008-04-02 Thread Brian Mulanda
Is there a particular problem you are trying to solve by removing the delimeter? -Brian On Wed, Apr 2, 2008 at 7:59 AM, Kaan Tuna [EMAIL PROTECTED] wrote: Hi, I want to send raw data to a mote via serial, without placing delimiter framing bytes 7E. How and where to make such a modification

Re: [Tinyos-help] Environment Variable Linux

2008-04-02 Thread Ittipong Khemapech
Step 5 on this page may be helpful: http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html Ittipong On 02/04/2008, Tiny User [EMAIL PROTECTED] wrote: Hi please how can I set my Environment Variable on Ubuntu for Tiny OS TOSROOT, TOSDIR, CLASSPATH, MAKERULES please, in which file

[Tinyos-help] Re: error in unbunto tos

2008-04-02 Thread Kevin Klues
Please direct these sorts of question on tinyos help and not to me directly. Thanks you. Kevin On Wed, Apr 2, 2008 at 5:32 AM, Hongwei Huo [EMAIL PROTECTED] wrote: dear sir, When I run the tinyviz in Running XubunTOS in Windows XP ,there are several problems. first when I make under the

Re: [Tinyos-help] tinyos over Ubuntu

2008-04-02 Thread fatima zohra
hello, you can use Xbuntos, it works pretty well, i already try it. actually, i am using it. you can follow the instructions in http://klueska.doesntexist.com/installing_xubuntos_vm.html best regards. 2008/4/1, Tiny User [EMAIL PROTECTED]: i am trying to install Tiny os over Ubuntu using VMware

[Tinyos-help] TinySec for MicaZ

2008-04-02 Thread Brian Mulanda
Is there a way to compile TinySec for micaz platform? It seems one can only compile for mica2 and mica2dot platforms. I'm using tinyos-1.1.10. -Brian ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Receive Indicator

2008-04-02 Thread Nitin Sharma
I was reading through when i got stuck in this. /** Byte reception/transmission indicator */ bool sfdHigh; ByteIndicator returns sfdHigh ? CC2420TransmitC ByteIndicator.isReceiving( ) , what does it return on reception and what on transmission? (Sorry , couldn't find the

RE: [Tinyos-help] Receive Indicator

2008-04-02 Thread David Moss
The indicators in the CC2420 stack are used for low power listening strategies. In this case, the byte indicator is high when the radio is receiving bytes, and low when the radio is not receiving bytes: it follows the SFD line exactly, and produces the same result whether you're transmitting or