https://github.com/iamazy/firetcp
A small implementation of the TCP/IP stack written in Rust.
https://github.com/iamazy/firetcp
rust tcp
Last synced: 11 months ago
JSON representation
A small implementation of the TCP/IP stack written in Rust.
- Host: GitHub
- URL: https://github.com/iamazy/firetcp
- Owner: iamazy
- Created: 2023-06-24T05:38:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T22:53:32.000Z (about 2 years ago)
- Last Synced: 2025-02-11T15:33:11.891Z (about 1 year ago)
- Topics: rust, tcp
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# firetcp
A small implementation of the TCP/IP stack written in Rust.
# Acknowledgments
- [chibiip](https://github.com/TaKO8Ki/chibiip) : A small implementation of the TCP/IP protocol stack written in Rust.
- [smoltcp](https://github.com/smoltcp-rs/smoltcp) : A standalone, event-driven TCP/IP stack that is designed for bare-metal, real-time systems.