[Tinyos-help] Display Receive Message

2007-05-14 Thread [EMAIL PROTECTED]
Hi, i am going to the directory opt\tinyos-1.x\tools\src but i didn't understand well what do i do? can you(Michael Schippling) explain me which is the procedure to display data? Thanks -- Leggi GRATIS le tue mail con il telefonino i-modeĀ™

Re: [Tinyos-help] Display Receive Message

2007-05-14 Thread Michael Schippling
sorry I haven't used any of it...it should be fairly similar to using the JAva tools which are described in the tutorial. MS [EMAIL PROTECTED] wrote: Hi, i am going to the directory opt\tinyos-1.x\tools\src but i didn't understand well what do i do? can you(Michael Schippling) explain me which

[Tinyos-help] Display Receive Message

2007-05-10 Thread [EMAIL PROTECTED]
Hi i create an application that send message between 2 tmote Sky using Tinyos 1.1. Now i show datas by the command ..Listen: and i see a string like that: 7e 00 0a 7d 1a 01 00 14 00 01 00 10 00 where the last 2 bytes are the value of data. I want to know if it is possible to show a string like

Re: [Tinyos-help] Display Receive Message

2007-05-10 Thread Michael Schippling
I have that deja-vu feeling that I just posted thisa few times. Have a look at tinyos-1.x/tools/src for some C examples of message reading. MS [EMAIL PROTECTED] wrote: Hi i create an application that send message between 2 tmote Sky using Tinyos 1.1. Now i show datas by the command

[Tinyos-help] Display receive message on screen and store in a file

2006-09-11 Thread bhushan bhatt
Hi everyone, I would like to dispaly all the messages received by the mote connected to the computer acting as base station to display on the screen and save it in the file. i have tried working with Delta application ot Moteiv and it works fine. I want to know how can i use the similar