[Tinyos-help] Loading / saving a array of uint8_t at micaz/iris nodes

2011-07-26 Thread Markus Niedermann
Hey! Im using tinyos 2.1.1 at micaZ and iris nodes. I use ECDH to get a secret key for a symmetric encryption between nodes and with the PC. For saving time, I pregenerate my public / private keys at the PC. First, I hard-coded them as uint8_t- arrays in the code. The configuration is should be

[Tinyos-help] Problem with printfflush

2011-04-11 Thread Markus Niedermann
Hello! I just wanted to test printf-library using the printf-tutorial in apps/tutorials/printf Trying to compile and install the code at my micaZ-node, I get an error while compiling : app.c:(.text+0x15a): undefined reference to `printfflush' Somebody has an idea what's wrong? I'm using TinyOS

[Tinyos-help] Problem with splitting up a configuration file

2010-12-18 Thread Markus Niedermann
Hey, I want to extract some parts of a configuration file, but I get some strange errors: _ original, works fine: configuration SensorLeafAppC { } implementation { components MainC, LeafCommunicationP; components SensorNetworkC; components ActiveMessageC as Radio;

[Tinyos-help] Problem with TinyECC ecc.h and Eclipse / Yeti2 plugin

2010-10-29 Thread Markus Niedermann
Hi, I want to use TinyECC in Eclipse. Where do I have to include the TinyECC-Folder that I can use it correctly? I included it in the run configurations, in the global tinyOS-Settings and in the project preferences. the plugin finds the files from ECC, but it throws me errors in ECC.h which i

[Tinyos-help] Random Number Problem

2010-09-14 Thread Markus Niedermann
At first, i want to say hello. This is my first mail at this mailinglist. I'm from Karlsruhe, Germany, Student of Computer science. My situation: i have 2 micaz motes with the same software installed. (Same TOS_NODE_ID, too) Now, i want to have 2 different random numbers at the two motes. My

[Tinyos-help] Random Number Problem

2010-09-13 Thread Markus Niedermann
At first, i want to say hello. This is my first mail at this mailinglist. I'm Markus N. from Karlsruhe, Germany, Student of Computer science. My situation: i have 2 micaz motes with the same software installed. (Same TOS_NODE_ID, too) Now, i want to have 2 different random numbers at the two