[Tinyos-help] flashviewer application

2006-03-14 Thread L Tony
Hi, I downloaded the flashviewer application from cvs rincon/tools/com/rincon/flashviewer. But I got some compile errors below. I can't find the transfer package in cvs, can anybody send it to me? In DataOutput.java Revision 1.3, the author has deleted import

[Tinyos-help] flashviewer application

2006-03-14 Thread L Tony
Hi, Sorry for the last mail. With apps/FlashViewer on the mote and SerialForwarder running, I ran the tools/com/rincon/flashviewer java program: $ java com/rincon/flashviewer/FlashViewer -ping , but I got an error: com.rincon.flashviewer.messages.ViewerMsg (AM type161): invalid length

[Tinyos-help] packet size for t-mote

2006-03-06 Thread L Tony
Hi, I use t-mote sky with Telos B. I am wondering the packet header size and the maximum packet size. Is there anyone who know the exact size? Best regards, Tony _ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn

[Tinyos-help] write/read from flash on telosb mote

2006-03-06 Thread L Tony
Hi, I use telosb mote. In my project, I use a t-mote to receive a sequence of packets. For every received packet, the mote writes some value (like RSSI) to the mote's flash. Then I connect the mote to laptop and read all the bytes from flash. I searched the archive and found I should use the

[Tinyos-help] SerialForwarder not work

2006-02-02 Thread L Tony
Hi, I have a tmote sky running CntToLedsAndRfm connected to my pc at COM6, then I run java net.tinyos.sf.SerialForwarder -comm [EMAIL PROTECTED]:tmote. But the java application window shows: Listening to [EMAIL PROTECTED]:tmote Shutting down all client connections

[Tinyos-help] Pong application

2006-01-25 Thread L Tony
Hi, I have some questions about Pong application on tmote sky. First, how to read RSSI and LQI value from base tmote? Second, I want to do some simulation on this application, but when I do make pc, there is an error in PongM.nc that in ReceiveMsg.receive, structure has no number named

[Tinyos-help] help for random time

2006-01-10 Thread L Tony
Hi, I want to use a random time in Timer, such as command result_t StdControl.start() { return call Timer.start(TIMER_ONE_SHOT, random time) } event result_t Timer.fired(){ } Is there anybody know how to realize it? Thanks! Best regards Tony

[Tinyos-help] TestTinyViz help

2005-12-15 Thread L Tony
hi, When I run TestTinyViz,as the tinyos tutorial, export DBG=usr1 tinyviz -run build/pc/main.exe 30 I got unable to run simulation: java.io.IOException. Is there anybody who can help me to solve this problem? Another question is, what's the editor for programming nesC? Thanks. Best regards,