# LwIP **Repository Path**: mirrors_stm32duino/LwIP ## Basic Information - **Project Name**: LwIP - **Description**: Lightweight TCP/IP stack (LwIP) is a small independent implementation of the TCP/IP protocol suite. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LwIP Lightweight TCP/IP stack (LwIP) is a small independent implementation of the TCP/IP protocol suite that has been initially developed by Adam Dunkels and is now continued [here](https://savannah.nongnu.org/projects/lwip/). Modified to fit Arduino libraries specifications. It is used by the [STM32Ethernet](https://github.com/stm32duino/STM32Ethernet) library. ## Version This library is based on the LwIP stack modified by ST: [stm32_mw_lwip](https://github.com/STMicroelectronics/stm32_mw_lwip) version [v2.2.1_20250804](https://github.com/STMicroelectronics/stm32_mw_lwip/releases/tag/v2.2.1_20250804).