[Tinyos-help] tinysec help

2011-10-30 Thread Seetha Devi
hello all, i am using tinyos 1.1. i am working on key management. how to use tinysec in a application(tossim). how to see the difference between plain message and encrypted message. again how to decrypt the message.___ Tinyos-help mailing list Tinyos-he

[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

[Tinyos-help] TinySec processing time

2009-06-10 Thread trilok i
My main intension is to capture processing time of tinysec. That i was doing by starting timer when timer expires it sends packet to tinysec. But my problem is, when i receive the packet how can i read the packet time stamp and check sending time and received time.. and this is my code... -

[Tinyos-help] TinySec for TI MSP340 (SHIMMER)

2009-05-15 Thread Pat Shin
All, Can I use TinySec in SHIMMER with TI MSP340? Now I am working on TinyOS 1.x but TestTinySec has only target of MICA2. Is it going to be hard to port TinySec to MSP340? Thanks, Min ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu http

[Tinyos-help] tinysec keys

2009-04-23 Thread Amel Badaoui
Hi all, I used the inteface TinySecControl in an application to get and update the MAC key after the receive of a message and before resending it. But when i start simulation, it stops when trying to get the MACkey. Why is it blocked? Thx by advance. _

[Tinyos-help] TinySec

2009-04-07 Thread Amel Badaoui
Hi all, We r writing an application about transmiting values to the sink node using a routing protocol about constructing a tree. When i enable tinysec for the application, the encapsulation of the MAC is done even for the routing protocol, i want tinysec to be enable only for the transmission of

Re: [Tinyos-help] TinySec in IRIS motes

2008-10-09 Thread Janos Sallai
There is no out-of-the-box support in TinyOS 2 for TinySec on IRIS. You might want to contact the TinySec authors or do the port yourself. Janos On Thu, Oct 9, 2008 at 5:41 AM, Konstantinos Papadopoulos < [EMAIL PROTECTED]> wrote: > I have a problem with the embedment of TinySec in Crossbow IRIS

[Tinyos-help] TinySec in IRIS motes

2008-10-09 Thread Konstantinos Papadopoulos
I have a problem with the embedment of TinySec in Crossbow IRIS motes. I have run it in MICA/MICA2 motes, where the radio files of these platforms have been modified for TinySec. As referred to MICAz motes, I have tried the solution of Cambridge University, which does work. However, there is not an

[Tinyos-help] TinySec

2008-08-22 Thread maryam ebraheem
    can we use TinySec with TinyOS2.0 or it does not work?           ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] TinySec for TinyOS 2.0.x

2008-06-23 Thread Wojciech Czylok
Hello everyone, I’m programming Motes: micaz. (OS: TinyOS - 2.0.1). I would like to increase security of the data transmitted in packets by this Motes. In TinyOS 1.0.x were components TinySec (for example: RadioPacketTinySecM.nc, TinySecApp.nc, TinySec.nc). In TinyOS 2.0.x they are no there. C

[Tinyos-help] TinySec on TinyOS 2.x

2008-05-19 Thread Gary Lee
Hi, I am wondering whether TinySec has been implemented on TinyOS 2.x? Thanks, Gary ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] tinysec and surge

2008-04-18 Thread Sibel Demirkol
Hi, I wanted to use tinysec in multihop case but after all my trials and changing the code, I saw that multihop and surge application is used with GenericCommPromiscuous. However tinysec has the securegenericcomm component just as the genericcom with encryption capabilities. So tinysec does not s

[Tinyos-help] TinySec for MicaZ

2008-04-02 Thread Brian Mulanda
Is there a way to compile TinySec for micaz platform? It seems one can only compile for mica2 and mica2dot platforms. I'm using tinyos-1.1.10. -Brian ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi

[Tinyos-help] Tinysec in Telosb platform

2008-02-19 Thread Jorge Eduardo Higuera P
Hello Omar In this page i have an example for use TinySec with Blink application http://www.ce.rit.edu/~fxheec/cisco_urp/#_Programming_the_motes. saludos Jorge Eduardo Higuera Portilla Escola Politècnica Superior de Castelldefels (Room 233) Av. del Canal Olímpic s/n 08860 Castelldefels (Barcel

Re: [Tinyos-help] tinysec in Telosb platform

2008-02-19 Thread Omprakash Gnawali
On Feb 19, 2008 7:42 AM, Omar García <[EMAIL PROTECTED]> wrote: > Hi, > > I'm a student of telecomunications in UPC University (Barcelona) and I would > like to know if is possible to use Tinysec in Telosb platform and in > affirmative case, how to use it. I have read in some pages that it is not

[Tinyos-help] tinysec in Telosb platform

2008-02-19 Thread Omar García
Hi, I'm a student of telecomunications in UPC University (Barcelona) and I would like to know if is possible to use Tinysec in Telosb platform and in affirmative case, how to use it. I have read in some pages that it is not possible but I have seen some projects realizing tests of security using

[Tinyos-help] TinySec-OCB-AES

2007-12-01 Thread nilkanth patel
Hello friends, I am doing my MTech dissertation in WSN link layer security. I want to *implement OCB mode of encryption in place of CBC mode in existing TinySec(TinyOS-x.1)* environment. Pls expalin me, about how to do it or what should i do for above task. Pls send me *good documents* that can

[Tinyos-help] TinySec for TinyOS 2.x

2007-10-30 Thread Laurent Zimmerli
Hi there, recently I started implementing a localization protocol on Tmote Sky motes using TinyOS 2. The communication during the protocol must be secured. Namely I need encryption and message signing. I guess TinySec would do a good job, but TinyOS 2 doesn't seem to support it, is that right

[Tinyos-help] TinySec : security for TinyOS 2.0

2007-09-08 Thread Bhuvaneswari Ramkumar
Hello I plan to use some security functions in sensor network coding. I have TinyOS 2.0 installed now but was surprised to see that TinySec was not a part of the installed package, unlike the 1.x versions. I dont know if this is an optional part during the installation and I skipped it or if its j

[Tinyos-help] TinySec

2007-07-07 Thread Hari Om
Hello all, 1. Any info about whether there is any PUBLISHED work on using AES with TinySec ? 2. While using SecureTOSBase with TinySec on TOSSIM (Tinyos 1.1.0) - there have been many reported problems (on mailing lists) ? I am also encountering the same. Any pointers to the types of mistakes whic

[Tinyos-help] Tinysec and TOSSIM

2007-06-18 Thread D C Jinwala
Hello All I am writing this after going through the mail archives, having not obtained an answer: 1. How can I use TinySec with TOSSIM - to verify the contents of the packets before encryption/decryption and after decryption/encryption ? 2. How can I run the SecureTOSbase and TOSBase (as per the

[Tinyos-help] TinySec ciphers

2007-05-11 Thread D C Jinwala
Hello everybody 1. While TinySec is open to the selection of the block cipher to be used, is there any convincing evaluation comparing the performance of the block ciphers on TinySec/TinyOS platform ? 2. Is "security in software" (e,g TinySec) of any use when hardware encryption and authentica

[Tinyos-help] TinySec

2006-10-15 Thread maxwelr
To whom it may concern I was tring out TinySec on tmote sky and telosa platforms but I have been receiving alot of errors. My question is is this only ported to Mica platforms or is there a version that works with moteiv's platforms? thanks in advance Rodge Maxwell ___

[Tinyos-help] tinysec does not work with telosb?

2006-09-27 Thread Boushra MAALA
hi all tinysec does not work with telosb? are there another apps can be used for doing the same role de security as tinysec but with telosb?or are there modifications that can be done to tinysec for making it usable with telosb. thank you   All-new Yahoo! Mail - Fire up a more powerful emai

[Tinyos-help] Tinysec version for micaz

2006-02-03 Thread Sam Pierson
Does anyone know of a package that provides link-layer encryption for the micaz motes? I think tinysec would be perfect, unfortunately, I read that it's only supported on mica2 motes and all I can work with right now are the micaz'. -- Sam Pierson ___

[Tinyos-help] TinySec for Telosb

2005-12-09 Thread Abbie Zheng
Hello,   I checked the CVS. It seems the telosb is not supported by TinySec. Does anyone has any suggestions on how to make tinysec running on telosb or tmote? Thanks a lot! -AB ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://ma