STM32duino LwIP

Communication

A Lightweight TCP/IP stack
lwIP is a small independent implementation of the TCP/IP protocol suite that has been developed by Adam Dunkels at the Computer and Networks Architectures (CNA) lab at the Swedish Institute of Computer Science (SICS). The focus of the lwIP TCP/IP implementation is to reduce the RAM usage while still having a full scale TCP. This making lwIP suitable for use in embedded systems with tens of kilobytes of free RAM and room for around 40 kilobytes of code ROM. Note: modified by ST.

Author: Adam Dunkels

Maintainer: See url

Read the documentation

Go to repository

Compatibility

This library is compatible with the stm32 architecture.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.