# LwIP **Repository Path**: studvc/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**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-01-05 - **Last Updated**: 2023-11-07 ## 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 version 2.1.2 of the LwIP stack.