blob: 4b89bdd686083ec00a3909a49862627755c81235 [file] [log] [blame]
xiaohu.huang1f306172023-07-12 19:01:09 +08001/**
2 * @defgroup librws librws
3
4 * Tiny, cross platform websocket client C library.
5 *
6 * For more details, please refer to librws official documents: <a href="https://cocoapods.org/pods/librws">librws</a>
7 *
8 **/
9
10/**
11 * @defgroup lwip lwIP
12
13 * lwIP is a small independent implementation of the TCP/IP protocol suite.
14 *
15 * For more details, please refer to lwIP official documents: <a href="https://www.nongnu.org/lwip/2_1_x">lwIP</a>
16 *
17 **/
18
19/**
20 * @defgroup mbedTLS mbedTLS
21
22 * mbed TLS (formerly known as PolarSSL) makes it trivially easy for developers to include cryptographic and SSL/TLS capabilities in their (embedded) products,\n
23 * facilitating this functionality with a minimal coding footprint.
24 *
25 * For more details, please refer to mbed official documents: <a href="https://tls.mbed.org/api/">mbedTLS</a>
26 *
27 **/
28
29/**
30 * @defgroup nghttp2 nghttp2
31
32 * nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C.
33 *
34 * For more details, please refer to nghttp2 official documents: <a href="https://www.nghttp2.org/documentation/">nghttp2</a>
35 *
36 **/
37
38/**
39 * @defgroup POSIX POSIX
40
41 * The Portable Operating System Interface (POSIX) is a family of standards specified by the IEEE Computer Society for maintaining compatibility between operating systems.\n
42 * FreeRTOS+POSIX implements a subset of the POSIX threading API.
43 *
44 * For more details, please refer to lwIP official documents: <a href="https://www.freertos.org/Documentation/api-ref/POSIX/index.html">FreeRTOS+POSIX</a>
45 *
46 **/