Re: [Tinyos-help] how can I change the packet size in micaz

2005-12-02 Thread Yun Mao
Hi, what's the upper limit for MSG_SIZE, say for mica2? Thanks, -Yun On 12/2/05, zhangwei <[EMAIL PROTECTED]> wrote: > Hi > > Try to add following to Makefile.component > > MSG_SIZE=49 > > > Best Regards, > Zhang Wei > ___ Tinyos-help mailing list Tiny

[Tinyos-help] can't compile tools/java for tinyos-1.x CVS snapshot

2005-12-06 Thread Yun Mao
Hi all, I checked out the latest source code from sourceforge CVS. When I do $ cd tiny-os-1.x/tools/java; make I got error messages like: /opt/ibm-jdk-bin-1.4.2.03/bin/javac Deluge.java /home/tinyos/tinyos-1.x-cvs/tools/java/net/tinyos/deluge/Pinger.java:53: cannot resolve symbol symbol : class

Re: [Tinyos-help] can't compile tools/java for tinyos-1.x CVS snapshot

2005-12-08 Thread Yun Mao
.deluge.DelugeAdvMsg -target=telosb > -I/opt/ti > nyos-1.x/tos/lib/Deluge -I/opt/tinyos-1.x/tos/lib/CC2420Radio > /opt/tinyos-1.x/to > s/lib/Deluge/DelugeMsgs.h DelugeAdvMsg -o DelugeAdvMsg.java > > -kw > > > > On 12/6/05, Yun Mao <[EMAIL PROTECTED]> wrote: &

Re: [Tinyos-help] How to build TinyOS

2006-02-06 Thread Yun Mao
It seems to be a problem of flex. I had this problem with flex 2.5.31. 2.5.4 works fine for me. Or you could try to add a line static YY_BUFFER_STATE yy_current_buffer = 0; in lex.nd.c, which of coz is a pretty bad idea.. Yun On 2/3/06, Nat Pryce <[EMAIL PROTECTED]> wrote: > Hi. I've been try

[Tinyos-help] how to completely shutdown the radio?

2006-03-16 Thread Yun Mao
Hi, I'm on mica2 platform now. I've tried to use CC1000RadioM.StdControl.stop() to shut down the radio. It appears that the mote cannot receive any new packets. However, other motes can still get ACK when sending packets to the "dead" node. How to make it look like completely dead? Thanks, Yun ___

Re: [Tinyos-help] Deluge 2.0 on mica2 does not respond.

2006-04-04 Thread Yun Mao
Just a thought: have you recompile Deluge java tools for mica2 platform? Yun On 4/4/06, Fin, Tristan <[EMAIL PROTECTED]> wrote: > > Having searched the archives - I am now stumped. > > I have successfully setup and installed Deluge 2.0 support on micaz > motes, successfully injected and run my ap