Re: [Tinyos-help] nesc 1.3 tutorial

2009-12-16 Thread sissou
Hello, The TinyOS wiki: http://docs.tinyos.net/index.php/Main_Page is a good starting point with a link to the NesC reference manual: http://nescc.sourceforge.net/papers/nesc-ref.pdf I hope it could help you. Sylvain On Wed, 2009-12-16 at 12:15 +0100, wafa jaballah wrote: nesc 1.3 tutorial

[Tinyos-help] MSPSim documentation

2009-12-09 Thread sissou
Hello, Is anyone knows how to use MSPSim or knows where I can find some documentation ? Regards. Sylvain ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] cryptographic primitives in tinyos2.x

2009-12-06 Thread sissou
Hi, There is implementations of Skipjack and RC5 inside TinySec which you can reuse. You can find more information at http://docs.tinyos.net/index.php/Security Reagrds. Sylvain On Sun, 2009-12-06 at 22:06 +0100, wafa jaballah wrote: Hi all, I'm working on tinyos2.x and I want to use some

Re: [Tinyos-help] editor for nesC

2009-12-04 Thread sissou
Hello, You can install the yeti plugin for eclipse as described in the wiki: http://docs.tinyos.net/index.php/Yeti Regards. Sylvain On Fri, 2009-12-04 at 13:21 +0100, wafa jaballah wrote: hi all, Is there an editor to write nesC applications in tinyos2.x ? Thanks, -- Wafa Ben

Re: [Tinyos-help] Simulation.

2009-12-03 Thread sissou
Hi, There is the avrora simulator. The installation is explained in the wiki. Regards. Sylvain On Thu, 2009-12-03 at 16:00 +0530, MALINI MANOHARAN wrote: Hi all, I am working with MicaZ motes. Is there any simulator other than TOSSIM for WSNs? I tried to download TOSSIM but the

Re: [Tinyos-help] Need help with Maths Library

2009-12-01 Thread sissou
Hello, In fact, it does not need to add the lm flags since it is already in the makerules but there is a problem with the math library and telosb. for example, this program : implementation{ event void Boot.booted() { uint8_t a; uint8_t b;

Re: [Tinyos-help] energy consumption in tinyos2.x?

2009-11-30 Thread sissou
Hello, If you use a mote with the ATmega128L microcontroller, you can use avrora (http://docs.tinyos.net/index.php/Avrora) which is a cycle accurate simulator for the mica2 mote. Regards. Sylvain On Mon, 2009-11-30 at 10:31 +0100, wafa jaballah wrote: hi all, I work with tinyos2.x and

Re: [Tinyos-help] energy consumption in tinyos2.x?

2009-11-30 Thread sissou
sissou sisss...@ymail.com Hello, If you use a mote with the ATmega128L microcontroller, you can use avrora (http://docs.tinyos.net/index.php/Avrora) which is a cycle accurate simulator for the mica2 mote. Regards

Re: [Tinyos-help] TinyOS-2.x a begineers query

2009-11-26 Thread sissou
Hello, First welcome to TinyOS mailling list. I'm also new to TinyOS since I started using it only four months ago. To answer your questions: 1) For me the easiest way was to install TinyOS 2.x on ubuntu as explained in the wiki. The installation throw Xubuntos is also easy but not really

[Tinyos-help] [Fwd: RE: Security Communications for Telosb]

2009-11-19 Thread sissou
would be appreciated. Thanks in advance Best regards. Sylvain -Mensaje original- De: sissou [mailto:sisss...@ymail.com] Enviado el: jueves, 19 de noviembre de 2009 5:11 Para: David Conde Asunto: Re: [Tinyos-help] Security Communications for Telosb Hi, In fact TinySec

Re: [Tinyos-help] what kind free software is Tinyos?

2009-11-16 Thread sissou
It is licensed under the BSD license. Regards Sylvain On Mon, 2009-11-16 at 09:41 +0800, Zhao Stephen wrote: Dear Tinyos is BSD or GPL-type? Thanks ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Tossim and assembly code

2009-11-10 Thread sissou
Hello, I have a problem, I wrote a simple code which uses some inline assembly for the mica2 mote. When I compile it for mica2 it compile without any error but when I compile it for TOSSIM I have the error : error: unknown register name ‘r0’ in ‘asm’ Is there some limitations with TOSSIM that I

Re: [Tinyos-help] Tiny0S2.1 and TinySec

2009-11-09 Thread sissou
Hello, There is an implementation of TinySec for CC2420 at : http://www.cl.cam.ac.uk/research/security/sensornets/tinysec/ I don't know if it works with TinyOs2.x or 1.x. but it should since it was released after 2007. Regards. Sylvain. On Sat, 2009-11-07 at 17:20 -0800, Dan Vu wrote: Hello,

Re: [Tinyos-help] please help me

2009-11-02 Thread sissou
For the Mica2 mote and other ATmel micro-controller, you can use Avrora : http://compilers.cs.ucla.edu/avrora/ Sylvain. On Fri, 2009-10-30 at 21:55 -0700, Omprakash Gnawali wrote: On Thu, Oct 22, 2009 at 12:19 AM, amrita ghosal ghosal_amr...@yahoo.com wrote: Can anyone please tell me how

Re: [Tinyos-help] NesC Parser or Grammar

2009-10-14 Thread sissou
Hello, In Yeti the eclipse plug-in, there is a code validation otherwise I don't know. Sylvain On Wed, 2009-10-14 at 17:57 -0400, Mido wrote: Dear All, I need a NesC parser. Is there a grammar or a parser for TinyOS 2.1 nesC 1.3.0-1? Thanks.

Re: [Tinyos-help] TOSSIM Help required

2009-10-04 Thread sissou
Hi, Yes you'll be able to use TOSSIM in the xbuntos system. Regards. Sylvain On Sun, 2009-10-04 at 00:29 +0530, nandini pandey wrote: hi folks, i have just got hold of the live cd of xbuntos i have a basic doubt can i work on tossim...if i don't have any hardware. the name so suggests

Re: [Tinyos-help] tinyos-1.x vs tinyos-2.x paper

2009-10-01 Thread sissou
Hi, I have found : http://www.tinyos.net/tinyos-2.x/doc/html/porting.html and http://enl.usc.edu/~jpaek/porting_tinyos_1_to_2.html I hope it will help you. Regards. Sylvain On Thu, 2009-10-01 at 10:42 -0600, Michael Schippling wrote: There's this:

Re: [Tinyos-help] Library for cryptographic operations in Imote2

2009-09-29 Thread sissou
Rashmi On Mon, Sep 28, 2009 at 10:21 PM, sissou sisss...@ymail.com wrote: Hi, I'm not an expert in TinyOs but there exists MiniSec : http://sparrow.ece.cmu.edu/group/minisec.html and TinySec: http://www.tinyos.net/tinyos-1.x/doc/tinysec.pdf

Re: [Tinyos-help] Library for cryptographic operations in Imote2

2009-09-28 Thread sissou
Hi, I'm not an expert in TinyOs but there exists MiniSec : http://sparrow.ece.cmu.edu/group/minisec.html and TinySec: http://www.tinyos.net/tinyos-1.x/doc/tinysec.pdf They are not designed for Imote2 but if Imote2 runs TinyOs I think it can be adapted. Regards. Sylvain On Sun, 2009-09-27 at