[Tinyos-help] Timestamps in micaz (TinyOS 2.0)

2011-02-15 Thread Rehan Khan
Hi everyone !!! I am new to tinyos and need some help regarding timestamp generation. I have implemented Mote to PC communication using the Oscilloscope and BaseStation applications. I wish to modify the BaseStation so that when it receives a packet it should modify it by placing its timestamp

Re: [Tinyos-help] blip/rpl IPBaseStation

2011-02-15 Thread Jay Taneja
Looks like the image is too big. Try installing MSPGCC 4, which should shave off some size from the image: http://mspgcc4.sourceforge.net/ -jay On Tue, Feb 15, 2011 at 2:13 AM, emanuele l ema8...@hotmail.it wrote: Hi, if I type make telosb blip in Ppprouter I obtain these errors: nesc1:

Re: [Tinyos-help] blip/rpl IPBaseStation

2011-02-15 Thread Markus Becker
Hi, if I type make telosb blip in Ppprouter I obtain these errors: The created application is too big for the telosb. Try setting PFLAGS += - DIN6_PREFIX=\fec0::\ in the Makefile, so that the DHCP components are not wired in. Another option is to go for mspgcc4, as described in README.blip.

Re: [Tinyos-help] blip/rpl IPBaseStation

2011-02-15 Thread emanuele l
Now it works, setting PFLAGS += - DIN6_PREFIX=\fec0::\ in the Makefile. I will try the second option too (mspgcc4). Thanks a lot. Regards Emanuele From: ema8...@hotmail.it To: m...@comnets.uni-bremen.de; tinyos-help@millennium.berkeley.edu Subject: RE: [Tinyos-help] blip/rpl IPBaseStation

Re: [Tinyos-help] blip/rpl IPBaseStation

2011-02-15 Thread Stephen Dawson-Haggerty
I've been really happy with mspgcc4 ever since Peter pointed me in that direction -- hopefully the next release of TinyOS will roll forward to that as the recommended compiler for msp-based platforms... Glad things are working -- the Makefiles the branch sometimes get checked in with weird

Re: [Tinyos-help] Timestamps in micaz (TinyOS 2.0)

2011-02-15 Thread Janos Sallai
Rehan, You'll need to modify the receive function BaseStationP with something like this: message_t* receive(am_id_t id, message_t *msg, void *payload, uint8_t len) { message_t *ret = msg; nx_uint32_t timestamp; if(call TimeSyncPacket.isValid(msg)) { timestamp = call

[Tinyos-help] blip/rpl/IPBaseStation

2011-02-15 Thread emanuele l
Hi, I would like to study new blip and rpl's implementation but IPBaseStation app gives me some errors: BaseStationP.nc:93:21: error: devconf.h: No such file or directory BaseStationP.nc:94:24: error: lib6lowpan.h: No such file or directory In file included from BaseStationC.nc:81: In component

[Tinyos-help] TinyOS 2.x / motlist problem

2011-02-15 Thread Deema M
Hi I am trying to install TinyOS under Windows XP from the link http://docs.tinyos.net/index.php/Installing_TinyOS_2.1.1#Manual_installation_on_your_host_OS_with_RPMs I have problem with motelist command , if I type this command no result appear.. it just ignored ! and I noted that I don't

Re: [Tinyos-help] not able to receive packet from PC

2011-02-15 Thread tech101
Hi, Hope this solves your problem. I had the exact same problem with my micaz mote. When you plug in the mote, you should see two serial ports. For me it's ttyUSB0 and 1. When you program, you use one port. When you receive, it's the other. So when you try the TestSerial command, plz use