Skip to content

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

Notifications You must be signed in to change notification settings

bootbool/lwip-rawtap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages