mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
18 lines
301 B
Plaintext
18 lines
301 B
Plaintext
/**
|
|
* \addtogroup net
|
|
* @{
|
|
*/
|
|
|
|
/**
|
|
* \defgroup rime The Rime communication stack
|
|
* @{
|
|
*
|
|
* The Rime communication stack provides a set of lightweight
|
|
* communication primitives ranging from best-effort anonymous local area
|
|
* broadcast to reliable network flooding.
|
|
*
|
|
*/
|
|
|
|
/** @} */
|
|
/** @} */
|