Re: [Tinyos-help] blip/rpl IPBaseStation

2011-02-15 Thread Jay Taneja
/lib6lowpan/utility.c PFLAGS+=$(LOWPAN_ROOT)/tos/lib/net/blip/table.c Regards Emanuele From: stev...@eecs.berkeley.edu Date: Mon, 14 Feb 2011 09:23:38 -0800 Subject: Re: [Tinyos-help] blip/rpl IPBaseStation To: ema8...@hotmail.it CC: tobias.rossb...@imms.de; tinyos-help

Re: [Tinyos-help] blip/rpl IPBaseStation

2011-02-15 Thread Markus Becker
+=$(LOWPAN_ROOT)/support/sdk/c/blip/lib6lowpan/utility.c PFLAGS+=$(LOWPAN_ROOT)/tos/lib/net/blip/table.c Regards Emanuele From: stev...@eecs.berkeley.edu Date: Mon, 14 Feb 2011 09:23:38 -0800 Subject: Re: [Tinyos-help] blip/rpl IPBaseStation To: ema8...@hotmail.it CC: tobias.rossb

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
...@hotmail.it To: m...@comnets.uni-bremen.de; tinyos-help@millennium.berkeley.edu Subject: RE: [Tinyos-help] blip/rpl IPBaseStation Date: Tue, 15 Feb 2011 12:09:21 +0100 Now it works, setting PFLAGS += - DIN6_PREFIX=\fec0::\ in the Makefile. I will try the second option too (mspgcc4). Thanks a lot

[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] blip/rpl IPBaseStation

2011-02-14 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

Re: [Tinyos-help] blip/rpl IPBaseStation

2011-02-14 Thread Markus Becker
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

Re: [Tinyos-help] blip/rpl IPBaseStation

2011-02-14 Thread JeongGil Ko (John)
Hi Try checking out the blip-rpl-branch/ in the svn. This branch is where the development process takes place before pushing code in the main branch. Thanks. -John On Feb 14, 2011, at 10:08 AM, emanuele l wrote: Hi, I would like to study new blip and rpl's implementation but IPBaseStation

Re: [Tinyos-help] blip/rpl IPBaseStation

2011-02-14 Thread Tobias Rossbach
Hi, I would like to study new blip and rpl's implementation but IPBaseStation app gives me some errors: Are you using the code from the blip-rpl-devel branch? In this case, you have to build PppRouter as basestation. You can find the installation instructions under

Re: [Tinyos-help] blip/rpl IPBaseStation

2011-02-14 Thread emanuele l
...@imms.de To: ema8...@hotmail.it Subject: Re: [Tinyos-help] blip/rpl IPBaseStation Hi, I would like to study new blip and rpl's implementation but IPBaseStation app gives me some errors: Are you using the code from the blip-rpl-devel branch? In this case, you have to build PppRouter

Re: [Tinyos-help] blip/rpl IPBaseStation

2011-02-14 Thread Stephen Dawson-Haggerty
:46:59 +0100 From: tobias.rossb...@imms.de To: ema8...@hotmail.it Subject: Re: [Tinyos-help] blip/rpl IPBaseStation Hi, I would like to study new blip and rpl's implementation but IPBaseStation app gives me some errors: Are you using the code from the blip-rpl-devel branch? In this case