|
Contiki-NG
|
Sets up some commands for the border routerMore...
#include "contiki.h"#include "cmd.h"#include "border-router.h"#include "border-router-cmds.h"#include "dev/serial-line.h"#include "net/routing/routing.h"#include "net/ipv6/uiplib.h"#include <string.h>#include "shell.h"#include <stdio.h>#include "sys/log.h"Go to the source code of this file.
Sets up some commands for the border router
Definition in file border-router-cmds.c.
1.8.11