Giter Site home page Giter Site logo

rpl-userspace-tools's Introduction

rpl-userspace-tools

RPL: IPv6 Routing Protocol for Low-Power and Lossy Networks for Linux

rpl-userspace-tools

Userspace tools to setup, manage, list and check RPL configurations

To build it:

$ ./autogen.sh
$ ./configure
$ make
$ sudo make install

To use this tools, your kernel must support RPL:

# enable RPL router
$ sudo rpl-ctl enable eth0

# disable RPL router
$ sudo rpl-ctl disable eth0

# list enabled interfaces
$ sudo rpl-ctl listif

# list DODAGs
$ sudo rpl-ctl list

# others commands
$ sudo rpl-ctl list-parents
$ sudo rpl-ctl list-neighbors
$ sudo rpl-ctl list-downward-routes

$ sudo rpl-ctl global-repair
$ sudo rpl-ctl local-repair

man:

Usage: ./src/rpl-ctl [options] [command]
RPL Configuration tool for network interfaces

Options:
  -d, --debug[=N]                print netlink messages and other debug information
  -v, --version                  print version
  -h, --help                     print help

Command Options:
  -l                             list mode. one record per line

Common commands:
  help  [command]
     Print detailed help for a command.

  event  [iface]
     Monitor events from the kernel (^C to stop).


DAGs Configuration commands:
  list  instanceID [dodagid]
     List DAG(s).

  del  dodagid
     Delete the specified DAG.

  listif
     List RPL enabled/disabled network interface.

  enable  [iface]
     Enable RPL on network interface.

  disable  [iface]
     Disable RPL on network interface.


DAG Info commands:
  list-parents  [-l] [dodagid]
     List DAG Parents.

  list-neighbors  [-l] [dodagid]
     List DAG Neighbors.

  show-downward-routes  [-l] [dodagid]
     Show DAG Downward Routes.


DAG Management commands:
  global-repair  [dodagid]
     Increment DODAG version and trigger DODAG version update.

  local-repair  [dodagid]
     Trigger DIO timers.

  dao-update  [dodagid]
     Increment DTSN and trigger DAO updates.


Report bugs to [email protected]

Userspace tools for RPL homepage <http://github.com/joaopedrotaveira/rpl-userspace-tools>

rpl-userspace-tools's People

Contributors

joaopedrotaveira avatar

Stargazers

André van Schoubroeck avatar Matheus Eduardo avatar Jason Kridner avatar Kevin Hatfield avatar Paulo Pereira avatar Michael Richardson avatar

Watchers

 avatar James Cloos avatar Michele Carignani avatar

rpl-userspace-tools's Issues

Error: Receive failed: Object not found

Hello,
I tried to enable the RPL for my Raspberry Pi 2.
After I installed the rpl-userspace-tools and tried to enable it with
sudo rpl-ctl enable lowpan0
rpl-ctl returned "Error: Receive failed: Object not found".

Any idea where did I go wrong with building it?

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.