[Tinyos-help] compilation -- java problem

2007-01-08 Thread Kamal Gakhar
Hi, On a Debian Linux, I am trying to do : "make micaz sim" for ":/opt/tinyos-2.x/apps/RadioCountToLedsexport" as explained in TinyOS tutorial. But I get the following error: mkdir -p build/micaz mig python -target=micaz -python-classname=RadioCountMsg RadioCountToLeds.hradio_count_msg -o RadioC

[Tinyos-help] make micaz sim install,1 ?

2007-01-08 Thread preeti k
Hi, I am trying to run 'BlinkToRadio' given in tutorials. I compile saying 'make micaz sim install,1' to compile the application for tossim and install one node .Is this right? I get undefined reference errors like.. /cygdrive/c/DOCUME~1/sb/LOCALS~1/Temp/cc9KMKdj.o(.text+0x239)

[Tinyos-help] compilation -- java problem

2007-01-08 Thread Mr. Jonathan A. Gomez
>/home/kamal/JavaIBM/ibm-java2-ppc-50/bin/javac: cannot execute binary file Have you tried running javac directly? Did it (against expectations) work? I believe this error can result from trying to run a file for a different machine architecture on your computer. Based on the name, I'd say

[Tinyos-help] QueryVM Source

2007-01-08 Thread John-Paul Arp
Hello, I am considering buidling a Mate VM vs using TinyDB for an environmental sensor network. Is the source code for QueryVM discussed in the "Active Sensor Networks" paper available to the public somewhere? If not, how much effort do you think it might take to replicate? (ref: http://csl.stan

[Tinyos-help] Can display vaild data when use "listen" tool for Tmote.

2007-01-08 Thread Gary Pan
To all, I am testing Tmote(Telosb) and I follow the tutorial Lesson 6. I try to use java net.tinyos.tools.Listen to get raw data. However, it always show bad packet or package too large at the first time. And I tried the listen tool this morning, it showed nothing this time. I set the baud

Re: [Tinyos-help] QueryVM Source

2007-01-08 Thread David Gay
On 1/8/07, John-Paul Arp <[EMAIL PROTECTED]> wrote: Hello, I am considering buidling a Mate VM vs using TinyDB for an environmental sensor network. Is the source code for QueryVM discussed in the "Active Sensor Networks" paper available to the public somewhere? If not, how much effort do you th

Re: [Tinyos-help] Can display vaild data when use "listen" tool for Tmote.

2007-01-08 Thread Joe Polastre
use [EMAIL PROTECTED]:tmote. Do not specify the baud rate (see the Tmote Sky Quick Start guide at www.moteiv.com) -Joe On 1/8/07, Gary Pan <[EMAIL PROTECTED]> wrote: To all, I am testing Tmote(Telosb) and I follow the tutorial Lesson 6. I try to use java net.tinyos.tools.Listen to get raw dat

[Tinyos-help] Getting Data from Tmote Sky's Sensors

2007-01-08 Thread akamthe
Hi, I was trying to execute the Oscilloscope program to acquire data from the Tmote Sky sensors. I install the Oscilloscope program on one node and TOSBase on another (which is connected to the PC). I dont get any error messages or warnings at this step. Then when I start Serial Forwarder I get

Re: [Tinyos-help] tarballs for tinyos-2.x

2007-01-08 Thread Razvan Musaloiu-E.
Hi! On 1/5/07, Daniel Goertzen <[EMAIL PROTECTED]> wrote: Could someone direct me to where I can find tarballs for current tinyos 2 releases? I've only been able to find current releases in rpm form. You can find here [1] a way to install everything from sources (if this is what you are looki

Re: [Tinyos-help] Getting Data from Tmote Sky's Sensors

2007-01-08 Thread Michael Schippling
There is a native (JNI) interface that your need to install in order for Java to talk to the serial ports. I believe it is part of the whole TOS install now (it used to be javax.comm but has been superceeded). Try searching the install docs or google for TOSComm or TOSCommJNI. MS [EMAIL PROTECTE

Re: [Tinyos-help] Make error 0

2007-01-08 Thread Philip Levis
On Jan 8, 2007, at 11:10 AM, Sean Winfree wrote: i typed ncc --version I have ncc: 1.2.1 nescc: 1.2.8a gcc: gcc 3.3.3 Copyright 2003 Free Software Foundation, Inc. are these not the correct versions? Hm. It looks like Cygwin compatibility problem has raised its head again. I'll build

[Tinyos-help] Request for comments for TEP 1, due February 4th 2007

2007-01-08 Thread David Gay
TEP 1, the "TEP Structure and Keywords" TinyOS Extension Proposal, is now ready to be finalised. I would like to invite all of you who have comments on TEP 1, which defines the structure of all TEP documents, to send them to me by February 4th, 2007. You may also post your comments to the TEP wiki

[Tinyos-help] Serial Forwarder - sending packet

2007-01-08 Thread mikcin
Hello, I want to send a message to the MicaZ - I've my PC connected to Mote's serial port. Serial Forwarder can read data from Mote's serial port and forward them to the TCP socket. Can this application perform the reverse process - read data from TCP port and send them to the Mote serial port

[Tinyos-help] VU timestamping conflicts on MicaZ

2007-01-08 Thread shangzj
Hi,tinyos-help, I'm trying a sytem timer service with higher accuracy than 1ms on MicaZ flatform. I am going to use T/C0 with external 32.768K clock. When I refer to the contribution code of VU, in \contrib\vu\tos\lib\TimeSync\TimeSyncC.nc, the following comment does't make sense to me.

Re: [Tinyos-help] tarballs for tinyos-2.x

2007-01-08 Thread Sarfraz Nawaz
On debian or a similar distribution you can use alien to convert rpm packages to tar balls using alien like alien --to-tgz package.rpm On 1/9/07, Razvan Musaloiu-E. <[EMAIL PROTECTED]> wrote: Hi! On 1/5/07, Daniel Goertzen <[EMAIL PROTECTED]> wrote: > Could someone direct me to where I can fi