Re: [Tinyos-help] cc2420 testSecurity problem

2013-11-06 Thread Bipin
You are done that succesfully. i just done the same TestSecurity in my motebut i cant even receive the the encrypted data in the my Basestation... not even single packet. i dont know... y...? -- View this message in context:

[Tinyos-help] Certain TOSSIM packet transmission

2013-11-06 Thread Csatári János
Hi everybody! I am creating a sensor application in TinyOS where the loss of packets is not a concern. The test of algorithm is done using TOSSIM. My question is, how could I ensure that there is a 100% sure packet transmission in TOSSIM? Also, in my current Python script I am unable to

[Tinyos-help] MultihopOscilloscope

2013-11-06 Thread ammrutha
Although the MultihopOscilloscope app works perfectly fine in the IRIS mote, the Read Packets count is NOT increasing with time in the Serial Forwarder GUI. We are working on the Ubuntu 12.04 LTS version with TinyOS 2.1.2 Please reply and help us rectifying our error. -- View this message in

[Tinyos-help] tinyrpl

2013-11-06 Thread Lzyun Jesse
hi, i read the tinyrpl tutorial in the tinyos-wiki. And got a little bit confuse about the sentence in the article. This tutorial will guide you through the process of installing a RPL network of nodes which includes an edge router, routing nodes, and leaf nodes. in the end of the article, it

[Tinyos-help] trying to delay forwarding of data packets on BLIP + RPL

2013-11-06 Thread José Silva Oliveira Araujo
Hi all, I am using RPL on a mesh network and my goal is to delay the forwarding of data packets in the relay nodes in the network by a desired amount. For that, I went to the code IPForwardingEngineP.nc (lib/net/blip) and instead of allowing the function do_send(next_hop_ifindex, next_hop,

Re: [Tinyos-help] MULTIHOP ROUTING

2013-11-06 Thread Gangadher.mattaIIT Guwahati
Sir , I have been working on a project dealing with iris motes. I have installed TinyOs and other necessary components ( Programmers Notepad, Graphviz , XSniffer, MoteConfig etc following Mote-works manual ) and now working on multihop routing. I have installed Mote-view , programmed our motes

[Tinyos-help] Add external jar to Oscilloscope makefile

2013-11-06 Thread Rahul Ashok
Hi, I need to add an external jar to the already existing tinyos Oscilloscope app. How should I make changes in the make file for the system to detect the jar file. Any help is appreciated. Regards, Rahul Ashok Singapore University of Technology and Design This email may contain

[Tinyos-help] How to use self-contributed code within the contrib folder

2013-11-06 Thread Zhongliang Zhao
Dear all, I am new to TinyOS, and can anyone tell me how to integrate the codes from third-part contribution into the TinyOS folder? It seems that under the contrib folder, most of the contributions include only /tools or /tos or /apps folders. What to do if I want to use these contribution?

[Tinyos-help] Re : trying to delay forwarding of data packets on BLIP + RPL

2013-11-06 Thread Mohammad Jamal Mohiuddin
Hi Silva, i think the problem is that within the given delay u may receive two packets so in this case the first packet data will be overwriiten by the second packet Regards, Md.Jamal CDAC Hyderabad