[Tinyos-help] TinySec

2011-08-22 Thread Chris chris
Hi all, In TinyOS website is written that "TinySec is a layer security architecture which was implemented in TinyOS 1.x by Chris Karlof, Naveen Sastry and David Wagner. This implementation was not ported to TinyOS 2.x. " in the link below: http://docs.tinyos.net/tinywiki/index.php/TinySec I

Re: [Tinyos-help] Has anyone used AVRISP mk2 with tinyos?

2011-08-22 Thread Antonio Rosa
Hi, I use it with Ubuntu. First, you must uninstall the tinyos's avrdude version. Second, you must install a full version of avrdude. Afther, you configure the path of the file avrdude.conf you can use this command: sudo avrdude -cavrispmkII -Pusb -U hfuse:w:0xd9:m -pm1281 -U efuse:w:0xff:m -C

[Tinyos-help] Running TinyOS over Zigbit (not Meshbean)

2011-08-22 Thread Sergio Gonzalez
Hello, I am hoping someone can provide either pointers or direct advice on getting TinyOS 2.x to run over a standalone Atmel Zigbit device. I have been trying to do so for the past few days with no success. I designed a simple breakout board for this device and followed the steps to implement

Re: [Tinyos-help] BLIP 2.0 with RF230/RF212

2011-08-22 Thread Johny Mattsson
It's been brought to my attention that my patch did not make it through to the mailing list in general. For the archives and anyone who needs a dirty hack to get BLIP & RF212 working, here is the patch in-line. See my earlier email for details on what is wrong with it :) diff --git a/tos/chips/rf

Re: [Tinyos-help] Sending info in CTP

2011-08-22 Thread Francisco J.
Thank you for the answer. During the past days i've been working on the code. I included the next structure on the Ctp.h header file: typedef nx_struct { > nx_bool adChildren; > } ctp_children_header_t; In the routing engine i added some lines, including a new task which is posted inside ano

[Tinyos-help] post-processor PowerTossim z

2011-08-22 Thread Hugo Vinicius
Hi, How do i run the post-processor at runtime during the TOSSIM simulation. Anyone knows about that? Thanks, Hugo ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] question about tymo

2011-08-22 Thread Omar Cheikhrouhou (yahoo)
Please any reply.. From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of Omar Cheikhrouhou (yahoo) Sent: Sunday, August 14, 2011 2:54 PM To: 'Romain Thouvenin'; tinyos help Cc: Anis Koubaa (COINS) Subject: [Tinyos-help] question abou

Re: [Tinyos-help] interface RoutingTable

2011-08-22 Thread Omar Cheikhrouhou (yahoo)
Hello, Can anybody tell me how to determine the number of hops between two nodes? From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of Omar Cheikhrouhou (yahoo) Sent: Sunday, August 14, 2011 3:35 PM To: romain.thouve...@gmail.com;

[Tinyos-help] troubles with BLIP on IRIS mote

2011-08-22 Thread giovanni chisci
Hi everyone,I'm working with tinyos-2.1.1, i have now two version, one taken from svn (unstable), one taken from cvs.I'm trying to establish an IP communications between IRIS motes. The radio on my IRIS in rf230. I see that BLIP is not properly working (the compiling i\has not done..) for t

Re: [Tinyos-help] TinyOS, TOSSIM

2011-08-22 Thread Yazeed ncl
On Sat, Aug 20, 2011 at 1:26 PM, Yazeed ncl wrote: > > > On Sat, Aug 20, 2011 at 5:41 AM, Eric Decker wrote: > >> >> >> On Fri, Aug 19, 2011 at 8:24 AM, YAZEED ALKHURAYYIF < >> yazeed.alkhuray...@newcastle.ac.uk> wrote: >> >>> >>> Hi all, >>> My name is Yazeed. >>> I am trying to simulate a repl