https://github.com/gmelodie/mynetwork
TCP/IP stack core functionalities implementation
https://github.com/gmelodie/mynetwork
Last synced: 7 months ago
JSON representation
TCP/IP stack core functionalities implementation
- Host: GitHub
- URL: https://github.com/gmelodie/mynetwork
- Owner: gmelodie
- License: mit
- Created: 2019-11-06T21:36:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T21:38:41.000Z (almost 6 years ago)
- Last Synced: 2025-01-24T11:44:29.583Z (9 months ago)
- Language: C
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mynetwork
This is a rather ambicious project: implement the whole TCP/IP protocol stack "from scratch"
Idea from [Smaniniir's `level-ip`](https://github.com/saminiir/level-ip)