Re: [Tinyos-help] C program for Listern

2006-10-26 Thread Markus Becker
Which Oscilloscope have you installed on your motes? The one in apps/Oscilloscope? That is not for tmote/telos. There was one in contrib/moteiv/* some time ago. I do not know why it was removed from CVS. Best regards, Markus Becker On Wed, 25 Oct 2006, prabhu govindaswamy wrote: Hi many

Re: [Tinyos-help] C program for Listern

2006-10-26 Thread prabhu govindaswamy
Hi,Yes i had put apps/Oscilloscope and apps/TOSbase in tmotes. Is there any other Oscilloscope i can use then?-- Thanks andRegards, PrabhuMarkus Becker [EMAIL PROTECTED] wrote: Which Oscilloscope have you installed on your motes? The one inapps/Oscilloscope? That is not for

Re: [Tinyos-help] C program for Listern

2006-10-26 Thread Avgoustinos Filippoupolitis
You can download tmote tools from moteiv website. There is a version of Oscilloscope and TOSbase there which is compatible with tmote. I also use the C version of serialforwarder and I get a few bad_crc messages but the Oscilloscope java GUI seems to display the sensor readings correctly... I

Re: [Tinyos-help] C program for Listern

2006-10-26 Thread Joe Polastre
Download Boomerang from www.moteiv.com. In there are the applications you are looking for: /opt/moteiv/apps/Oscilloscope /opt/moteiv/apps/TOSBase -Joe On 10/26/06, prabhu govindaswamy [EMAIL PROTECTED] wrote: Hi, Yes i had put apps/Oscilloscope and apps/TOSbase in tmotes. Is there any other

Re: [Tinyos-help] C program for Listern

2006-10-26 Thread Philip Levis
On Oct 26, 2006, at 12:46 PM, Joe Polastre wrote: Download Boomerang from www.moteiv.com. In there are the applications you are looking for: /opt/moteiv/apps/Oscilloscope /opt/moteiv/apps/TOSBase Alternatively, you can just check out the versions that were in the tree before Moteiv

Re: [Tinyos-help] C program for Listern

2006-10-26 Thread Joe Polastre
You can check out the old versions, but Moteiv does not support this old code that has been replaced by the much more stable versions in Boomerang. -Joe On 10/26/06, Philip Levis [EMAIL PROTECTED] wrote: On Oct 26, 2006, at 12:46 PM, Joe Polastre wrote: Download Boomerang from

Re: [Tinyos-help] C program for Listern

2006-10-25 Thread prabhu govindaswamy
Hi many thanks, found C serialForwarder and listen.but now my problem is, on ./sf 9001 /dev/ttyUSB0 38400 tmoteinvent ,i always get Note: sync Note: too_long Note: sync Note: too_long Note: sync Note: bad_crc Note: bad_crc Note: bad_crc Note: bad_crc Note: bad_crc Note: bad_crc Note: bad_crc im

Re: [Tinyos-help] C program for Listern

2006-10-23 Thread Jeongyeup Paek
tinyos-1.x/tools/src/sf/sflisten, after doing 'make' in tinyos-1.x/tools/src/sf Thanks. prabhu govindaswamy wrote: Hi, Is there any C program available to listern. I desperately need one to communicate between PC and Tmote. I am zero in java and dont want to jump into ... Help appreciated.

[Tinyos-help] C program for Listern

2006-10-19 Thread prabhu govindaswamy
Hi, Is there any C program available to listern. I desperately need one to communicate between PC and Tmote. I am zero in java and dont want to jump into ... Help appreciated. -- Thanks and Regards, prabhu __ Do You Yahoo!? Tired of spam? Yahoo!

Re: [Tinyos-help] C program for Listern

2006-10-19 Thread R. Steve McKown
On Thursday 19 October 2006 02:22 am, prabhu govindaswamy wrote: Is there any C program available to listern. I desperately need one to communicate between PC and Tmote. I am zero in java and dont want to jump into For TinyOS 2.x there is a C sdk in the support/sdk/c folder

Re: [Tinyos-help] C program for Listern

2006-10-19 Thread [EMAIL PROTECTED]
Hi, Here is C program in the attachment. And I have used some threads may you can just comment that part of the code. Make sure you are running Serial Forwarder. Hope this helps... Manjunath On Thu, 19 Oct 2006, Markus Becker wrote: On Thu, 19 Oct 2006, prabhu govindaswamy wrote:

Re: [Tinyos-help] C program for Listern

2006-10-19 Thread Michael Schippling
uh...where...is the C program? Did an attachment get wiped? MS [EMAIL PROTECTED] wrote: Hi, Here is C program in the attachment. And I have used some threads may you can just comment that part of the code. Make sure you are running Serial Forwarder. Hope this helps... Manjunath On

Re: [Tinyos-help] C program for Listern

2006-10-19 Thread [EMAIL PROTECTED]
Oh!!! Here I am re-attaching the 10KB program... manjunath -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. #include sys/socket.h #include netinet/in.h #include netdb.h #include stdio.h #include stdint.h #include errno.h #include