Re: [Tinyos-help] problem in implementing b6lowpan

2009-03-05 Thread Ana de Pablo
Hi, I had a similar problem and Isolved it following those intructions: http://smote.cs.berkeley.edu:8000/tracenv/browser/code/b6lowpan/tags/release-11-13-2008/README I'm working with telosb... but I hope it will help you. Ana. Varun Jain-3 wrote: Hi, I have installed Ubuntu and

[Tinyos-help] problem in implementing b6lowpan

2009-03-04 Thread Varun Jain
Hi, I have installed Ubuntu and grabbed the latest CVS checkout. I am trying to implement blip on MICAZ and I am facing following errors: va...@varun-tinyos:/opt/tinyos-2.1/apps/UDPEcho# make micaz blip mkdir -p build/micaz compiling UDPEchoC to a micaz binary ncc -o

[Tinyos-help] problem in implementing b6lowpan

2008-10-06 Thread Neelam Chaubey
root http://smote.cs.berkeley.edu:8000/tracenv/browser?rev=591/codehttp://smote.cs.berkeley.edu:8000/tracenv/browser/code?rev=591 /b6lowpanhttp://smote.cs.berkeley.edu:8000/tracenv/browser/code/b6lowpan?rev=591

Re: [Tinyos-help] problem in implementing b6lowpan

2008-10-06 Thread Stephen Dawson-Haggerty
I haven't released tossim support into contrib yet; you're looking at my private tree. I'll let you know when I'm ready to push it out; I'm thinking it'll be in a couple of weeks. Steve On Sun, Oct 5, 2008 at 11:29 PM, Neelam Chaubey [EMAIL PROTECTED]wrote: root

[Tinyos-help] problem in implementing b6lowpan

2008-10-03 Thread Neelam Chaubey
Hi Iam trying to implement b6lowpan on tinyos2.1 and simulate in Tossim When i typed this command for building a testapp as given in http://smote.cs.berkeley.edu:8000/tracenv/browser/code/b6lowpan/trunk/README it shows various interfaces not found, syntax errors and warning.. [EMAIL

Re: [Tinyos-help] problem in implementing b6lowpan

2008-10-03 Thread Neelam Chaubey
Hi Thanks for replying..i did as u said and i got something like this [EMAIL PROTECTED]:/opt/tinyos-2.1.0/support/sdk/c/sf$ make make all-am make[1]: Entering directory `/opt/tinyos-2.1.0/support/sdk/c/sf' make[1]: Leaving directory `/opt/tinyos-2.1.0/support/sdk/c/sf' [EMAIL

Re: [Tinyos-help] problem in implementing b6lowpan

2008-10-03 Thread Andrey Gursky
Hi Neelam! There were so many errors by compiling. Did you follow this step from the readme? - Add two environment variables to your startup scripts: export LOWPAN_ROOT=~/svn/code/b6lowpan/ export TOSMAKE_PATH=$TOSMAKE_PATH $LOWPAN_ROOT/support/make Of course you should alter