Re: [Tinyos-help] main.exe and ihex file questions

2008-12-30 Thread Jordi Soucheiron
The binary format is only a possible representation of the data. One program can be seen in hex, binary, ascii or another representation you want. The information will be exactly the same. 2008/12/30 BAI LI libai0...@gmail.com Hi All, After the compilation of nesC application, it generated a

Re: [Tinyos-help] main.exe and ihex file questions

2008-12-30 Thread Aurelien Francillon
Hi Bai, Le Tuesday 30 December 2008 05:57:48 BAI LI, vous avez écrit : Hi All, After the compilation of nesC application, it generated a ihex file. When I ... why the first five digits are always the same, what does these stand for? Anyone could help me to understand this ihex file? Thanks.

Re: [Tinyos-help] main.exe and ihex file questions

2008-12-30 Thread Siirtola Harri
That's just normal ihex format, 10 stands for record length in hex (=16 decimal) etc. Google ihex format and you'll find out. What do you need some other format for? ELF is good for downloading code with command line tools, hex formats help with programming memory chips. You have everything you

[Tinyos-help] Bootstrap loader synchronization error

2008-12-30 Thread Mohamad Amer Wafai
Hello Everybody, I'm learning about TinyOS for the first time and I installed it under linux Ubuntu as mentioned in the website. During installation of Blink application I got an error: mkdir -p build/telosa compiling BlinkAppC to a telosa binary ncc -o build/telosa/main.exe -Os -O

Re: [Tinyos-help] Thread BaseStation

2008-12-30 Thread Kevin Klues
Anymore updates on this? Kevin On Thu, Dec 18, 2008 at 10:00 PM, Yang Chen cheny...@cs.utah.edu wrote: Hi Mike, I tried nesC version on telosb, too. The problem is BlockingAMSend.send doesn't not return. More precisely, BlockingAMSend.send never comes back from SystemCall.start. I tried old

[Tinyos-help] missing functionality of support/sdk/java in support/sdk/c

2008-12-30 Thread Andrey Gursky
Hi! I'm looking now for the implementation of java classes such as PhoenixSource, MoteIF in C/C++. With another words is there any project (may be some external) that gives a simple way to communicate with motes (real or simulated) from C/C++ program? The support of java and python is very

[Tinyos-help] How can I make zero noise in Tossim?

2008-12-30 Thread Daehee Kim
Hi. How can I make zero noise in Tossim ? For example, let's suppose there are three nodes, 0, 1, 2. I set gain value for all nodes gain 0 1 -55 gain 0 2 -55 gain 1 0 -55 gain 1 2 -55 gain 2 0 -55 gain 2 1 -55 Also, I made noise.txt (noise file) with more than 100 values

[Tinyos-help] TinyOs storage

2008-12-30 Thread Alireza pourranjbar
Hello All. We are developing an image processing Application . we are going to test out application on a sensor network like enviroment to measure some aspecs. we need to load the input data on some nodes (as a file)and use it during simulation. How can we load input data on the mote memory ,