Re: [Tinyos-help] Send Packets with Basestation to Lpl Motes

2011-07-18 Thread Gabriel Neumüller
Thanks for this advice. Now I have changed the Basestation nesc Code and it works. But is there a equivalent function in java like the call LowPowerListening.setRemoteWakeupInterval(msg, DEFAULT_LPL_REMOTE_WAKEUP_INT); function in nesc? So I could change the Lpl Remote Parameter directly from the

Re: [Tinyos-help] Send Packets with Basestation to Lpl Motes

2011-07-15 Thread Omprakash Gnawali
On Tue, Jul 12, 2011 at 5:33 AM, Gabriel Neumüller horsthuc...@googlemail.com wrote: Hi all, I have written a java application to send Packets through a Mote which is connected to a Pc and is programmed with the Basestation app. For this purpose I use the java MoteIF.send function. Everything

[Tinyos-help] Send Packets with Basestation to Lpl Motes

2011-07-12 Thread Gabriel Neumüller
Hi all, I have written a java application to send Packets through a Mote which is connected to a Pc and is programmed with the Basestation app. For this purpose I use the java MoteIF.send function. Everything works as expected, but when my node which should receive the packets is programmed