mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
383 B
Plaintext
12 lines
383 B
Plaintext
|
/**
|
||
|
* @defgroup pkg_libschc libSCHC
|
||
|
* @ingroup pkg
|
||
|
* @brief Provides support for Static Context Header Compression and Fragmentation (SCHC)
|
||
|
* @see https://github.com/imec-idlab/libschc
|
||
|
* @see [RFC 8724](https://datatracker.ietf.org/doc/html/rfc8724)
|
||
|
* @experimental
|
||
|
*
|
||
|
* libSCHC is a C implementation of Static Context Header Compression and
|
||
|
Fragmentation
|
||
|
*/
|