Re: [Tinyos-help] Using pppd in linux..

2012-02-08 Thread dwaraka nath
/ Motelist / dwaraka@ubuntu:/opt/tinyos/apps/PppRouter$ motelist Reference Device Description -- --

[Tinyos-help] How does basic execution work (ie. Blink)

2012-02-08 Thread Eric Decker
On Wed, Feb 8, 2012 at 5:28 AM, wrote: > Dear Eric. > > Sorry for this elemental question but has arised a doubt about which is > the execution sequence in the Blink Application > > No need to be sorry. Elemental questions are good and indicate sound thinking about "How does this work anyway".

Re: [Tinyos-help] wireless spectrum analyzer

2012-02-08 Thread Eric Decker
His question is very confused. He uses spectrum analyzer in the same sentence as protocol analysis which doesn't make a whole lot of sense. Very different levels of the stack. So it is hard to determine what he is really asking. As far as sniffing wireless packets, usb sniffing is a pain. The e

Re: [Tinyos-help] Toscheck error

2012-02-08 Thread Eric Decker
Basic unix. I'd suggest doing a google search for introduction to unix and shell in the meantime. note: you do not mention your context. are you running on unix or cygwin, etc. i will answer immediately for Linux (unix like): I use the following in my .login or .bashrc file: *export CLAS

Re: [Tinyos-help] compiling and running nesC source file

2012-02-08 Thread Eric Decker
You should run through the tutorials found at http://docs.tinyos.net/tinywiki/index.php/Main_Page On Wed, Feb 8, 2012 at 1:15 PM, obinna oguejiofor wrote: > Hi > Am confuse on how to compile and run/execute nesC source file.e.g the file > below is an example of nesC source file, how can i comp

Re: [Tinyos-help] Accsessing PC clock time in a mote for roundtrip time calculation

2012-02-08 Thread Johny Mattsson
Hello again, In this case I'd suggest perusing the excellent tutorials at http://docs.tinyos.net, starting with http://docs.tinyos.net/tinywiki/index.php/Mote-PC_serial_communication_and_SerialForwarder :) /Johny On 8 February 2012 23:20, Muhammad Altamash Khan wrote: > ** > Hi Johny, > > I r

[Tinyos-help] compiling and running nesC source file

2012-02-08 Thread obinna oguejiofor
Hi Am confuse on how to compile and run/execute nesC source file.e.g the file below is an example of nesC source file, how can i compile it and run it? is it through an editor or through a cygwin shell prompt? : configuration Blink { } implementation {   components Ma

[Tinyos-help] Toscheck error

2012-02-08 Thread obinna oguejiofor
Hi after running toscheck on my cygwin shell i found the following reply after  running for a while it ended with the following sentences: toscheck completed with error --> warning: CLASSPATH may not include '.' . please add '.' to your classpath or you may experience configurations problem plea

Re: [Tinyos-help] wireless spectrum analyzer

2012-02-08 Thread Sergio Valcarcel
Hi, Everything depends on how much you want to spend. Think that a spectrum analyzer (SA) does not analyze protocols, but rather it will help you to check the RF front end. If you go to the IEEE 802.15.4 standard you will find a special chapter in which all the RF parameters are defined (for the

Re: [Tinyos-help] Using pppd in linux..

2012-02-08 Thread Markus Becker
> I'm using TelosB platform... > > > On Wed, Feb 8, 2012 at 7:50 PM, Fernando Antonio Marques Filho < > > fernando.marquesfi...@gmail.com> wrote: > > What platform are you using? if its MicaZ the Ppprouter code is too big > > to fit in its RAM. > > > > Fernando > > > > On Wed, Feb 8, 2012 at 1

Re: [Tinyos-help] Using pppd in linux..

2012-02-08 Thread dwaraka nath
I'm using TelosB platform... On Wed, Feb 8, 2012 at 7:50 PM, Fernando Antonio Marques Filho < fernando.marquesfi...@gmail.com> wrote: > What platform are you using? if its MicaZ the Ppprouter code is too big to > fit in its RAM. > > Fernando > > > On Wed, Feb 8, 2012 at 10:05 AM, dwaraka nath wr

Re: [Tinyos-help] Using pppd in linux..

2012-02-08 Thread Fernando Antonio Marques Filho
What platform are you using? if its MicaZ the Ppprouter code is too big to fit in its RAM. Fernando On Wed, Feb 8, 2012 at 10:05 AM, dwaraka nath wrote: > Hi.. > > I tried to test BLIP stack by installing PppRouter & UDPEcho (following > http://docs.tinyos.net/tinywiki/index.php/BLIP_2.0_Tutori

Re: [Tinyos-help] Accsessing PC clock time in a mote for roundtrip time calculation

2012-02-08 Thread Muhammad Altamash Khan
Hi Johny, I really thank you for your quick reply. Actually i am currently working with CTP and trying to read the data from the motes in the network through the serial port. Amongst the two approaches you suggested, i will prefer the easier one where the mote message are tagged with the PC loca

[Tinyos-help] Using pppd in linux..

2012-02-08 Thread dwaraka nath
Hi.. I tried to test BLIP stack by installing PppRouter & UDPEcho (following http://docs.tinyos.net/tinywiki/index.php/BLIP_2.0_Tutorial) whe i tried pppd command I got output as root@ubuntu:/opt/tinyos/apps/UDPEcho# sudo pppd debug passive noauth nodetach 115200 /dev/ttyUSB0 nocdtrcts lcp-echo

Re: [Tinyos-help] 2-way communication among nodes

2012-02-08 Thread Eric Decker
read the tutorials. It talks about how to do communications between nodes. On Wed, Feb 8, 2012 at 3:25 AM, TUSHAR MAHESHWARI wrote: > How can i establish 2-way communication?? > Where one node send some message to other and then other node reply the > same message to the first node. > > _

Re: [Tinyos-help] Java Compilation Errors

2012-02-08 Thread Eric Decker
I set mine using the following line: export CLASSPATH=.:$TOSROOT/support/sdk/java/tinyos.jar On Wed, Feb 8, 2012 at 3:26 AM, Eric Decker wrote: > > That looks funny. > > mine shows: > > zot (4): echo $CLASSPATH > .:/home/cire/mm/t2_cur/tinyos-2.x/support/sdk/java/tinyos.jar > > > Perhaps the "

Re: [Tinyos-help] Java Compilation Errors

2012-02-08 Thread Eric Decker
That looks funny. mine shows: zot (4): echo $CLASSPATH .:/home/cire/mm/t2_cur/tinyos-2.x/support/sdk/java/tinyos.jar Perhaps the "." at the end. Or perhaps the empty at the start. On Wed, Feb 8, 2012 at 3:07 AM, dwaraka nath wrote: > > CLASSPATH is showing tinyos.jar. > > dwaraka@ubuntu:/$ e

[Tinyos-help] 2-way communication among nodes

2012-02-08 Thread TUSHAR MAHESHWARI
How can i establish 2-way communication?? Where one node send some message to other and then other node reply the same message to the first node. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/

Re: [Tinyos-help] Java Compilation Errors

2012-02-08 Thread dwaraka nath
CLASSPATH is showing tinyos.jar. dwaraka@ubuntu:/$ echo $CLASSPATH :/opt/tinyos/support/sdk/java/tinyos.jar. On Wed, Feb 8, 2012 at 4:29 PM, Eric Decker wrote: > > looks like it can't find the tinyos.jar. > > Did you set CLASSPATH correctly? > > Did you follow the instruction in how to install

Re: [Tinyos-help] Java Compilation Errors

2012-02-08 Thread Eric Decker
looks like it can't find the tinyos.jar. Did you set CLASSPATH correctly? Did you follow the instruction in how to install? http://docs.tinyos.net/tinywiki/index.php/Installing_TinyOS_2.1.1 I find http://docs.tinyos.net/tinywiki/index.php/Installing_from_SVN/GIT easier to follow. It talks abo

[Tinyos-help] Java Compilation Errors

2012-02-08 Thread dwaraka nath
Hi.. can anyone help me in rectifying these errors related with java. I tried to compile RadioCountToLeds. dwaraka@ubuntu:/opt/tinyos/apps/RadioCountToLeds$ make telosb mkdir -p build/telosb javac RadioCountMsg.java RadioCountMsg.java:7: package net.tinyos.message does not exist public class Radio

Re: [Tinyos-help] Diff b/w Send & AMSend

2012-02-08 Thread Eric Decker
On Wed, Feb 8, 2012 at 12:30 AM, TUSHAR MAHESHWARI wrote: > What is practical difference between AMSend & Send, and Receive & > AMReceive??? > AM*** has AM (Active Messaging) semantics. ie. the interface has AM addressing semantics. While the non-AM routine is raw. ie. raw bytes. No addr

Re: [Tinyos-help] Diff b/w Send & AMSend

2012-02-08 Thread TUSHAR MAHESHWARI
packet & AM Packet?? On Wed, Feb 8, 2012 at 2:00 PM, TUSHAR MAHESHWARI wrote: > What is practical difference between AMSend & Send, and Receive & > AMReceive??? > ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.be

[Tinyos-help] Diff b/w Send & AMSend

2012-02-08 Thread TUSHAR MAHESHWARI
What is practical difference between AMSend & Send, and Receive & AMReceive??? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help