In: Computer Science
PLEASE put your answer in a table
What are the usages of the following API's/ Macros in contiki ?
Process | It provides a means of combining data and orchestrating multiple System |
uip_debug_ipaddr_print |
It is used to add a node. |
Autostart processes | It is the most common way through which user processes are started. To specify the processes that should be autostarted the user must use this macros. |
Process_Thread | It contains the execution code of the process. |
Process_Wait_even_until | It waits for an event with a condition. |
Process_end | It declare the end of the process protothread. |
Simple_udp_register |
This function registers a UDP connection. |
simple_udp_sendto |
It sends a UDP packet to a specified IP address. |
uip_create_linklocal_allnodes_mcast |
It is used to configure a multicast communication path. |
servreg_hack_register |
The servreg-hack allows a program to register an 8 bit service ID that gets disseminated to the entire network as long as a servreg-hack is running on all neighbors. |