Re: [Tinyos-help] Latest TinyOS distribution issue with TOS_AM_ADDRESS

2011-02-06 Thread Xiaohui Liu
Hi, compile: make telosb Then I upload the executable on NetEye http://neteye.cs.wayne.edu/testbed, which programs nodes: usr/sbin/tos-bsl --telosb -c /dev/ttyUSB$1 -r -e -I -p $2 $1 is the USB port number, $2 executable uploaded. Before my upgrade, the executable works well on NetEye. On Sat,

[Tinyos-help] Tinyos

2011-02-06 Thread Prathap Mathiyalagan
Respected sir, I am vanam aditya studying masters in Embedded and intelligent systems from Halmstad university , sweden. I wanted to know how we can check / measure the battery level in the mica2 mote(MPR400) using tinyos in Linux platform. And one more thing is can we measue RSSI directley from

[Tinyos-help] Implementation of protocol Zigbee Pro?

2011-02-06 Thread Alfonso Pace
Hi, I wanted to know if there is an implementation TinyOS/nesC (for telosb) of protocol zigbee with stochastic addressing (Zigbee Pro). If there is could you tell me where to find source nesC? Thank's Sorry for my English, is not great... ___

[Tinyos-help] Network point to point zigbee

2011-02-06 Thread Alfonso Pace
Hi, I need to use zigbee on telosb. How do I create a network with many end-nodes and one coordinator (no router)? I can be use the implementation in this link (http://code.google.com/p/tinyos-main/source/checkout ) with addressing the tree? How i can set my network? Is possible configure my

Re: [Tinyos-help] obtaining ctp experiment results

2011-02-06 Thread Nicole Chiesi
I have just a question . It is written in the tep 123 that Together, the origin, seqno and collect_id fields denote a unique **origin packet.** . However if we want to analyse the CollectionDebugMessage , it is seen that after every 255 messages sent or received , the sequence number restarts. So

Re: [Tinyos-help] Graphviz - make mica2 docs

2011-02-06 Thread SHIVASANKAR GANESAN
Hi Your software components may be out of date.So please do following steps. 1.Please set CLASSPATH2.Try to update ncc,avr-gcc,usip software files3.Try to install Java V1.4 and graphviz v1.10   With regards Sivasankar --- On Sun, 6/2/11, GRANT, C gran...@aston.ac.uk

[Tinyos-help] help

2011-02-06 Thread zibouda zouaoui
Hello all, the command t=Tossim([]) doesn't work. Changing Tossim with TOSSIM or tossim it is the same result: NameError: name 'Tossim' is not defined. can someone help me out? Maleklina ___ Tinyos-help mailing list

Re: [Tinyos-help] obtaining ctp experiment results

2011-02-06 Thread Omprakash Gnawali
On Sun, Feb 6, 2011 at 2:12 PM, Nicole Chiesi nicole.chi...@gmail.com wrote: I have just a question . It is written in the tep 123 that  Together, the origin, seqno and collect_id fields denote a unique *origin packet.* . However if we want to analyse the CollectionDebugMessage , it is seen

Re: [Tinyos-help] about CCM implementation on rf230

2011-02-06 Thread Markus Becker
hello all Is there any implementation for ccm encryption (security) over rf230 in tinyos 2.1.1? The RF230 does not support security, while the RF231 does. As fas as I know there is only a CCM implementation for the CC2420 in the TinyOS tree. Markus thanks Mohammed Tarek Teach

Re: [Tinyos-help] about CCM implementation on rf230

2011-02-06 Thread Miklos Maroti
True. Is there a software implementation of CCM? Miklos On Mon, Feb 7, 2011 at 8:51 AM, Markus Becker m...@comnets.uni-bremen.de wrote: hello all Is there any implementation for ccm encryption (security) over rf230 in tinyos 2.1.1? The RF230 does not support security, while the RF231 does.