[Tinyos-help] Can a packet be exectuable?

2006-04-14 Thread hu haodong
   Hi,    Does TinyOS provide a way to let packet be executed on sensor motes? In other words, a packet received by a mote is not just a data, the packet is a "software" or a "program" that can be executed on the sensor mote?   Thanks. Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls

[Tinyos-help] Re: tossim in dev branch working?

2006-04-14 Thread Omprakash Gnawali
I did not receive a response to the following email so if someone could send me a tarball of tos/lib/tossim that "works", I can try to find out if it is tossim or something else that is causing the problem of not seeing debug outputs. --- > > Your channel is BlinkC, not Boot

Re: [Tinyos-help] MAC in TOSSIM

2006-04-14 Thread Philip Levis
On Fri, 2006-04-14 at 03:17 -0700, M. Onur ERGiN wrote: > In previous versions, Tossim was not simulating the MAC of mica2. Does > any one have a knowledge on, which MACs does TOSSIM support at the > moment? Thanks. TOSSIM in TinyOS 1.x supports the mica MAC protocol. TOSSIM in TinyOS 2.x by defa

[Tinyos-help] TinyViz make errors

2006-04-14 Thread Patrick O'Callaghan
Hi all, I am new to tinyOS so be patient. when i try to make TinyViz I recieve the following error: [EMAIL PROTECTED] java]# cd /opt/tinyos-1.x/tools/java/net/tinyos/sim/ [EMAIL PROTECTED] sim]# make ... /opt/tinyos-1.x/tools/java/net/tinyos/sim (cd msg; make) make[1]: Entering directory `/opt/tin

Re: [Tinyos-help] How to debug

2006-04-14 Thread Michael Schippling
One added dow'n'dirty technique is to toggle LEDs or other binary outputs and look at them with a scope or logic analyzer. This is useful, as you might expect, for timing and sync relationships... MS ps...thanks for the sparkfun link. looks like some good stuff there. Chuck Kring wrote: I use a

Re: [Tinyos-help] How to debug

2006-04-14 Thread [EMAIL PROTECTED]
The best choice is to use TOSSIM, a simulator for TinyOS applications, please read TOSSIM manual To debug code on the real motes you may make use of LEDS on the mote... I hope this hepls you... Regargds, Manjunath On Fri, 14 Apr 2006, Sara B. wrote: > Hi, > > I'm using micaz platform and I

Re: [Tinyos-help] How to debug

2006-04-14 Thread Chuck Kring
I use a combination of JTAG, a sniffer, and UART print statements. First, I use a version of SOdebug to generate a runtime trace of the state machine during execution (UART printing) that can be viewed with Minicomm or Hyperterm. This is very useful for determining that the mote is working c

Re: [Tinyos-help] How to debug

2006-04-14 Thread Philip Levis
On Apr 14, 2006, at 7:47 AM, Sara B. wrote: Hi, I'm using micaz platform and I want to know how to debug nesC code on a mote. I'd be great if someone could give me a clue about how to begin to debug and if it is very difficult or not. You need an atmel JTAG adapter. This will let you ru

[Tinyos-help] How read message from base station using Surge

2006-04-14 Thread Luigi Di Guglielmo
Hi all, I’m new with Tinyos and I’m trying to understand how it works. In /tinyos-1.x/app/Surge there is an example that describes a way to send data to a base station using a MultiHop protocol, and to send data to all motes using the BroadCast protocol. I don’t understand how the Java S

[Tinyos-help] How to debug

2006-04-14 Thread Sara B.
Hi,   I'm using micaz platform and I want to know how to debug nesC code on a mote. I'd be great if someone could give me a clue about how to begin to debug and if it is very difficult or not.   Thanks,   S. ___ Tinyos-help mailing list Tinyos-help@Mi

Re: [Tinyos-help] error when upgrading to tinyos-2.0

2006-04-14 Thread Dongyan Chen
Jonny, You may need to add the --ignoreos option to the rpm command. - Dongyan On 4/14/06, Jonny.Ma <[EMAIL PROTECTED]> wrote: > hi, > > I have come across error when tried to upgrade to tinyos-2.0 following > the step of its docs. The problem happened when I tried to install > tinyos-tools-1.

[Tinyos-help] MAC in TOSSIM

2006-04-14 Thread M. Onur ERGiN
In previous versions, Tossim was not simulating the MAC of mica2. Does any one have a knowledge on, which MACs does TOSSIM support at the moment? Thanks.Onur."Jonny.Ma" <[EMAIL PROTECTED]> wrote: hi,I have come across error when tried to upgrade to tinyos-2.0 followingthe step of its docs. The prob

[Tinyos-help] error when upgrading to tinyos-2.0

2006-04-14 Thread Jonny.Ma
hi, I have come across error when tried to upgrade to tinyos-2.0 following the step of its docs. The problem happened when I tried to install tinyos-tools-1.2.1-3.cygwin.i386.rpm package. Could anyone help me and thanks a lot. By the way, I'v already upgraded to tinyos1.1.15 before tinyos2.0 upgra