Contiki-NG
|
Modules | |
An implementation of CoAP | |
This is an implementation of the Constrained Application Protocol. | |
An implementation of IPSO Objects | |
This is an implementation of IPSO Objects for OMA LWM2M. | |
An implementation of LWM2M | |
This is an implementation of OMA Lightweight M2M (LWM2M). | |
An implementation of MQTT v3.1 | |
This application is an engine for MQTT v3.1. | |
Functions | |
void | shell_commands_init (void) |
Initializes Shell-commands module. | |
void | shell_init (void) |
Initializes Shell module. | |
PT_THREAD (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_output_6addr (shell_output_func output, const uip_ipaddr_t *ipaddr) |
Prints an IPv6 address. More... | |
void | shell_output_lladdr (shell_output_func output, const linkaddr_t *lladdr) |
Prints a link-layer address. More... | |
void shell_output_6addr | ( | shell_output_func | output, |
const uip_ipaddr_t * | ipaddr | ||
) |
Prints an IPv6 address.
output | The output function |
ipaddr | The IPv6 to printed |
Definition at line 57 of file shell.c.
References uiplib_ipaddr_snprint().
void shell_output_lladdr | ( | shell_output_func | output, |
const linkaddr_t * | lladdr | ||
) |
Prints a link-layer address.
output | The output function |
lladdr | The link-layer to be printed |
Definition at line 65 of file shell.c.
References linkaddr_node_addr, output(), PT_BEGIN, PT_END, PT_SPAWN, PT_THREAD, and shell_output_lladdr().
Referenced by shell_output_lladdr().