Skip to content

FARLY7/embedded-ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micro-ip

An (ongoing) simple implementation of a TCP/IP stack.

This TCP/IP stack will be used for educational purposes only. Therefore, the feature set offered will be minimal.

tup.c/.h is used to create a virtual TAP Ethernet interface in linux.

Notes

Generate Ethernet frames:

$> sudo ip link set tap1 up
$> sudo ip addr add 10.0.0.1/24 dev tap1
$> ping 10.0.0.2 

Releases

No releases published

Packages

No packages published

Languages