[Tinyos-help] Regarding TinyECC

2010-12-07 Thread Sriram Sankaran
Hello tinyos-help, I am using TinyECC cryptographic library to execute Elliptic curve cryptographic algorithms such as ECIES, ECDSA on tossim-1.x. The problem, I am facing is, I can't get the elliptic curve algorithms to execute successfully on tossim-1.x. Is TinyECC compilable on tossim?

[Tinyos-help] Question regarding tossim

2010-10-20 Thread Sriram Sankaran
Hello, I am using tinyos-2.x and tossim. I would like to know the method to retrieve the source and destination addresses set in the tossim simulator, in the nesC code. Can someone guide me towards this? Any help would be appreciated. Thanks Sriram

[Tinyos-help] Question on tossim

2010-10-19 Thread Sriram Sankaran
Hello, I was wondering if someone can answer my question regarding tossim. How does one control the nesC code from tossim (python). I wanted to control certain parameters such as number of nodes, source and destination information etc from python script. Can someone guide me through this

[Tinyos-help] Question regarding tossim

2010-10-18 Thread Sriram Sankaran
Hello, I was wondering if someone can answer my question regarding tossim When using python (tossim) to test the nesC application code, how does one make nesC and python dependent on each other or how does one control the nesC code from python? Do we use swig to export the interfaces from

[Tinyos-help] Question regarding unicast communication in tinyos-2.x and tossim

2010-10-06 Thread Sriram Sankaran
Hello users, I want to unicast a packet from source node 1 to destination node 2. I am using tinyos 2.x and tossim. I specified the source and destination address in the tossim topology file. Now, my question is the following: when unicasting a packet, should I have to hard-code the

[Tinyos-help] Question regarding tinyos unicast communication

2010-10-05 Thread Sriram Sankaran
Hello, I am using tinyos-2.x and tossim to unicast a packet from source node 1 to destination node 2. I am following the tutorial Mote-Mote radio communication in the tinyos website. This tutorial mentions about nodes broadcasting packets using the broadcast address. But, I wanted to do unicast