| /** |
| * @defgroup librws librws |
| |
| * Tiny, cross platform websocket client C library. |
| * |
| * For more details, please refer to librws official documents: <a href="https://cocoapods.org/pods/librws">librws</a> |
| * |
| **/ |
| |
| /** |
| * @defgroup lwip lwIP |
| |
| * lwIP is a small independent implementation of the TCP/IP protocol suite. |
| * |
| * For more details, please refer to lwIP official documents: <a href="https://www.nongnu.org/lwip/2_1_x">lwIP</a> |
| * |
| **/ |
| |
| /** |
| * @defgroup mbedTLS mbedTLS |
| |
| * mbed TLS (formerly known as PolarSSL) makes it trivially easy for developers to include cryptographic and SSL/TLS capabilities in their (embedded) products,\n |
| * facilitating this functionality with a minimal coding footprint. |
| * |
| * For more details, please refer to mbed official documents: <a href="https://tls.mbed.org/api/">mbedTLS</a> |
| * |
| **/ |
| |
| /** |
| * @defgroup nghttp2 nghttp2 |
| |
| * nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C. |
| * |
| * For more details, please refer to nghttp2 official documents: <a href="https://www.nghttp2.org/documentation/">nghttp2</a> |
| * |
| **/ |
| |
| /** |
| * @defgroup POSIX POSIX |
| |
| * The Portable Operating System Interface (POSIX) is a family of standards specified by the IEEE Computer Society for maintaining compatibility between operating systems.\n |
| * FreeRTOS+POSIX implements a subset of the POSIX threading API. |
| * |
| * For more details, please refer to lwIP official documents: <a href="https://www.freertos.org/Documentation/api-ref/POSIX/index.html">FreeRTOS+POSIX</a> |
| * |
| **/ |