2016-01-11 15:39:21 +01:00
|
|
|
/**
|
|
|
|
* @defgroup pkg_emb6 emb6 network stack
|
2017-07-03 01:32:46 +02:00
|
|
|
* @ingroup pkg
|
|
|
|
* @ingroup net
|
|
|
|
* @brief emb6 network stack
|
2018-09-19 14:26:58 +02:00
|
|
|
* @see https://github.com/hso-esk/emb6/blob/14e4a3cfff01644e078870e14e16a1fe60dcc895/doc/pdf/emb6.pdf
|
2016-01-11 15:39:21 +01:00
|
|
|
*
|
2019-10-08 10:21:10 +02:00
|
|
|
* @deprecated Based on very old version of `emb6` and the package is
|
|
|
|
* basically unmaintained; will be removed after the 2020.07
|
|
|
|
* release.
|
|
|
|
*
|
2016-01-11 15:39:21 +01:00
|
|
|
* emb6 is a fork of Contiki's uIP network stack without its usage of
|
|
|
|
* proto-threads. It uses periodic event polling instead.
|
|
|
|
*/
|