Contiki-NG
Modules | Functions
Application-layer protocols and profiles

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...
 

Detailed Description

Function Documentation

◆ shell_output_6addr()

void shell_output_6addr ( shell_output_func  output,
const uip_ipaddr_t *  ipaddr 
)

Prints an IPv6 address.

Parameters
outputThe output function
ipaddrThe IPv6 to printed

Definition at line 57 of file shell.c.

◆ shell_output_lladdr()

void shell_output_lladdr ( shell_output_func  output,
const linkaddr_t *  lladdr 
)

Prints a link-layer address.

Parameters
outputThe output function
lladdrThe link-layer to be printed

Definition at line 65 of file shell.c.