mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
20 lines
276 B
Plaintext
20 lines
276 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.
|
|
|
|
*/
|
|
|
|
|
|
/** @} */
|
|
/** @} */
|
|
|