zephyr/doc/reference/networking/trickle.rst
Jukka Rissanen 575040496d doc: net: Add table of contents to networking docs
This allows easy access to different part of the page.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-03-03 23:50:17 -05:00

26 lines
507 B
ReStructuredText

.. _trickle_interface:
Trickle Timer Library
#####################
.. contents::
:local:
:depth: 2
Overview
********
The Trickle timer library implements
`IETF RFC6206 (Trickle Algorithm) <https://tools.ietf.org/html/rfc6206>`_.
The Trickle algorithm allows nodes in a lossy shared medium (e.g.,
low-power and lossy networks) to exchange information in a highly
robust, energy efficient, simple, and scalable manner.
API Reference
*************
.. doxygengroup:: trickle
:project: Zephyr