Provides the lwIP network stack. More...
Provides the lwIP network stack.
lwIP is a lightweight TCP/IP stack primarily for usage with Ethernet. It can be used with the Sock API API.
Debug prints can be enabled by setting the defines from the [lwIP documentation] in the package's Makefile in pkg/lwip/Makefile, for example
Modules | |
| Porting layer | |
| System abstraction layer.  | |
| lwIP netdev adapter | |
| netdev adapter for lwIP  | |
| lwIP options | |
| Options for the lwIP stack.  | |
| lwIP-specific implementation of sock API | |
| Provides an implementation of the Sock API for the lwIP network stack.  | |
Files | |
| file | compat.h | 
| lwIP definition based on common netif_t struct for network stack-independent API.  | |
| file | lwip.h | 
| lwIP bootstrap definitions  | |