1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/openthread/doc.txt

12 lines
414 B
Plaintext
Raw Normal View History

/**
* @defgroup pkg_openthread OpenThread network stack
* @ingroup pkg
* @ingroup net
* @brief Provides a RIOT adaption of the OpenThread network stack
* @see https://github.com/openthread/openthread
2024-02-14 17:28:49 +01:00
* @note A good technical introduction to how Thread works is available in
* the [thread primer] of OpenThread.
*
* [thread primer]: https://openthread.io/guides/thread-primer
*/