1.. _trickle_interface: 2 3Trickle Timer Library 4##################### 5 6.. contents:: 7 :local: 8 :depth: 2 9 10Overview 11******** 12 13The Trickle timer library implements 14`IETF RFC6206 (Trickle Algorithm) <https://tools.ietf.org/html/rfc6206>`_. 15 16The Trickle algorithm allows nodes in a lossy shared medium (e.g., 17low-power and lossy networks) to exchange information in a highly 18robust, energy efficient, simple, and scalable manner. 19 20 21API Reference 22************* 23 24.. doxygengroup:: trickle 25