Re: [Tinyos-help] PowerTossimZ

2011-08-19 Thread Fajar Lab
Hi, make sure you have a powercurses.exe file in the working directory. Since the file needs curses library (curses.h), maybe you need to recompile powercurses.c  for your environment. Fjr. Dari: OMNIA MEZGHANI mezghani_omnia...@hotmail.com Judul: [Tinyos-help] PowerTossimZ Kepada:

Re: [Tinyos-help] Has anyone used AVRISP mk2 with tinyos?

2011-08-19 Thread soahil shuaib
Dear Janos Sallai, As per the command line you mentioned, i entered the following to compile and install the Blink application on my platform: PROGRAMMER=avrdude make rcb128rfa1 install,1 avrispmkii,usb It worked fine and the application compiled. But when it came to avrdude programming the

[Tinyos-help] hi

2011-08-19 Thread Rakshitha GB
hello ... i need help in deploying Blink application on telosb.. i hv executed the command make telosb, and also make telosb reinstall bsl,/dev/ttyUSB0 nd d error am getting is make: *** No rule to make target `telosb'. Stop.. am in badly need of help Thank u..

Re: [Tinyos-help] [Tinyos-devel] [Tinyos Core WG] Cross compilers and 2.1.2 update

2011-08-19 Thread Eric Decker
I haven't tried the stanford build. I do have the tar balls that I've built. These were built on Ubuntu Lucid 10.04, The tar ball can be found at: http://tinyprod.net/downloads/msp430-20110813.tgz The above is labelled LTS_20110716_0813 and has the patches peter has put up through 08/13/11.

Re: [Tinyos-help] [Tinyos-devel] [Tinyos Core WG] Cross compilers and 2.1.2 update

2011-08-19 Thread Eric Decker
The first error is it can't find msp430.h which should live in the toolchain area (msp430/include/msp430.h). It comes the package msp430-libc (msp430-libc-20110612). And then it goes downhill from there. On Fri, Aug 19, 2011 at 1:35 AM, Kevin Daly kevdaly1...@gmail.com wrote: Hi,

Re: [Tinyos-help] hi

2011-08-19 Thread scatram...@gmail.com
I guess you haven't set the environment already. Try this before compiling: export TOSROOT=/opt/tinyos-2.1.1 export TOSDIR=$TOSROOT/tos export MAKERULES=$TOSROOT/support/make/Makerules BR, Davide On 19 Aug 2011, at 10:42, Rakshitha GB wrote: hello ... i need help in deploying Blink

Re: [Tinyos-help] PowerTossimZ

2011-08-19 Thread OMNIA MEZGHANI
Hi, I have the powercurses.exe file in the powercurses directory and I have installed libncurses-dev (for the curses.h library); I also compiled powercurses.c but the same error bash: ./powercurses: No such file or directory exist I need your help please thank you

[Tinyos-help] error asm

2011-08-19 Thread Amin Amin
Hi all, I used a library which contains a code of asm (assembler) in tinyos 2.1.0. When i try to make simulation by 'make micaz sim', i have this error: error:unknow register name 'r' in 'asm' Am in badly need for help, can any one help me please. Thanks in advance.

[Tinyos-help] TOSSIM, TinyOs 1.x

2011-08-19 Thread Yazeed ncl
Hi all, My name is Yazeed. I am trying to simulate a replay attack on TinySec. The first problem that I face is that the TOSSIM has already 3 users and I would like to use just one of them to send more than one message (thus replay attack). I am wondering If I can make a user send or receive more

Re: [Tinyos-help] Has anyone used AVRISP mk2 with tinyos?

2011-08-19 Thread Bíró András
Sorry, thats my mistake, I forgot to install libusb-dev before compiling avrdude. Here are the recompiled packages with usb support: http://shell.sch.bme.hu/~biroandris/pkg/ They will also be in the repository soon. Andris 2011/8/19 soahil shuaib ceme_...@yahoo.com: Dear Janos Sallai, As per

Re: [Tinyos-help] PowerTossimZ

2011-08-19 Thread OMNIA MEZGHANI
thank you I resolved the problem, now it is working the graphic thank you Fjr -Telecharger gratuitement DollarBarre et gagner plein d'argent -passez votre annonce gratuitement ici (offre d'omploi, voiture, immobilier, ventesachats, location,

[Tinyos-help] Read from UART0, send through radio with telosb

2011-08-19 Thread M C
Hi! I'm trying to use a telosb mote to receive data from a device to the UART0Tx and Rx via the pins in the 10-pin expansion port. Until now, I've used the Oscilloscope, the TestSerial and other examples, but the end result is the same: I can receive data via UART0 _or_ receive/send data via

Re: [Tinyos-help] Wrong printed value

2011-08-19 Thread Eric Decker
On Fri, Aug 19, 2011 at 11:32 AM, Geo Gkolfin geo198...@gmail.com wrote: Thanks for your answer! Actually it almost worked! %lu prints 3354000128 instead of 3354000112. %lx prints c7e9fb00 which is 3354000128 hex. This can drive you crazy! Any ideas please? Without explicitly stepping

Re: [Tinyos-help] Wrong printed value

2011-08-19 Thread Geo Gkolfin
There are not so many steps to be made. The functionality is described in my first mail. On Fri, Aug 19, 2011 at 9:38 PM, Eric Decker cire...@gmail.com wrote: On Fri, Aug 19, 2011 at 11:32 AM, Geo Gkolfin geo198...@gmail.com wrote: Thanks for your answer! Actually it almost worked! %lu

Re: [Tinyos-help] Wrong printed value

2011-08-19 Thread Michael Schippling
ahI think the number of significant digits for a float is 24 bits so the cast may be rounding. See: http://en.wikipedia.org/wiki/Floating_point#Rounding_modes MS Geo Gkolfin wrote: There are not so many steps to be made. The functionality is described in my first mail. On Fri,

[Tinyos-help] tos-nwprog (over-the-air programming)

2011-08-19 Thread Mohammed Alshaboti
Hi, I installed tinyos-2.1.1, but tools folder does not exist in $TOOSROOT I need to use tos-nwprog tool, but I can't because the whole tools folder does not exist Any help will be appreciated ___ Tinyos-help mailing list

[Tinyos-help] TinyOS, TOSSIM

2011-08-19 Thread YAZEED ALKHURAYYIF
Hi all, My name is Yazeed. I am trying to simulate a replay attack on TinySec. The first problem that I face is that the TOSSIM has already 3 users and I would like to use just one of them to send more than one message (thus replay attack). I am wondering If I can make a user send or receive

Re: [Tinyos-help] TinyOS, TOSSIM

2011-08-19 Thread Eric Decker
On Fri, Aug 19, 2011 at 8:24 AM, YAZEED ALKHURAYYIF yazeed.alkhuray...@newcastle.ac.uk wrote: Hi all, My name is Yazeed. I am trying to simulate a replay attack on TinySec. The first problem that I face is that the TOSSIM has already 3 users What does that mean? TOSSIM has 3 users.

Re: [Tinyos-help] tos-nwprog (over-the-air programming)

2011-08-19 Thread Eric Decker
On Fri, Aug 19, 2011 at 1:23 AM, Mohammed Alshaboti alshaboti...@yahoo.comwrote: Hi, I installed tinyos-2.1.1, but tools folder does not exist in $TOOSROOT I assume that $TOOSROOT is a typo. $TOSROOT I need to use tos-nwprog tool, but I can't because the whole tools folder does not exist