Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Port lwip to run tcp/udp service on Linux using raw api, listens on tap device.

Abstract

The code is ported from project lwip. https://github.com/lwip-tcpip/lwip
The main function is the implementation of TCP, UDP, IP, Ethernet protocol.

Files

  • core/ - The core of the TPC/IP stack; protocol implementations, memory and buffer management, and the low-level raw API.
  • include/ - lwIP include files.
  • netif/ - Generic network interface device drivers are kept here.

About

The raw api version of lwip listens on tap device running on linux

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages