![]() |
Contiki-NG
|
The shell application. More...
#include "contiki.h"#include "shell.h"#include "shell-commands.h"#include "net/ipv6/uip.h"#include "net/ipv6/ip64-addr.h"#include "net/ipv6/uiplib.h"Go to the source code of this file.
Functions | |
| void | shell_output_6addr (shell_output_func output, const uip_ipaddr_t *ipaddr) |
| Prints an IPv6 address. | |
| void | shell_output_lladdr (shell_output_func output, const linkaddr_t *lladdr) |
| Prints a link-layer address. | |
| char | shell_input (struct pt *pt, shell_output_func output, const char *cmd) |
| A protothread that is spawned by a Shell driver when receiving a new line. | |
| void | shell_init (void) |
| Initializes Shell module. | |
The shell application.
Definition in file shell.c.