![]() |
Contiki-NG
|
Sets up some commands for the border router. More...
#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.
Functions | |
| void | serial_shell_init (void) |
| Initializes Serial Shell module. | |
Sets up some commands for the border router.
Definition in file border-router-cmds.c.