mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7cf1bab2e6
I basically didn't work on `emb6` since 2016 and adapting to the newest version would mean some major overhaul. However, the development at their end seems to be stalled [since March 2018][emb6-develop] as well. All this speaks for deprecating this package. [emb6-develop]: https://github.com/hso-esk/emb6/tree/develop
15 lines
527 B
Plaintext
15 lines
527 B
Plaintext
/**
|
|
* @defgroup pkg_emb6 emb6 network stack
|
|
* @ingroup pkg
|
|
* @ingroup net
|
|
* @brief emb6 network stack
|
|
* @see https://github.com/hso-esk/emb6/blob/14e4a3cfff01644e078870e14e16a1fe60dcc895/doc/pdf/emb6.pdf
|
|
*
|
|
* @deprecated Based on very old version of `emb6` and the package is
|
|
* basically unmaintained; will be removed after the 2020.07
|
|
* release.
|
|
*
|
|
* emb6 is a fork of Contiki's uIP network stack without its usage of
|
|
* proto-threads. It uses periodic event polling instead.
|
|
*/
|