GithubHelp home page GithubHelp logo

Comments (3)

karlp avatar karlp commented on June 1, 2024

Further, the example documentation says that for minimal-net, RPL is and should be disabled.

 ifeq ($(TARGET),minimal-net)
 ifndef UIP_CONF_RPL
 UIP_CONF_RPL=0
#UIP_CONF_RPL=0
#UIP_CONF_IPV6_RPL=0
 endif
 endif

However, that doesn't actually turn off RPL, as above, the make variable is ignored. However, in this case, it's not just that the makefile is ignore, it's that the actual option name changed to. You now need to add

CFLAGS+=-DUIP_CONF_IPV6_RPL=0

This entire UIP options overhaul seems to be a long way from complete! And the documentation on running this example needs a serious overhaul too. wget is incapable of using the link local address with %tap0, curl works, but none of the radvd and hardcoded addressing is consistent with each other.

from contiki.

karlp avatar karlp commented on June 1, 2024

examples/ping-ipv6 compiles with the following diff, but couldn't actually get it to ping the link local address ofthe tap0 interface. At least it had a readme though! :)
+CFLAGS+=-DUIP_CONF_IPV6=1

from contiki.

alignan avatar alignan commented on June 1, 2024

This is outdated, if a problem persist then a new issue should be opened

from contiki.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.