https://github.com/faern/rips
Rust IP Stack - A userspace IP stack written in Rust (Work in progress)
https://github.com/faern/rips
Last synced: 8 months ago
JSON representation
Rust IP Stack - A userspace IP stack written in Rust (Work in progress)
- Host: GitHub
- URL: https://github.com/faern/rips
- Owner: faern
- Created: 2018-03-27T09:19:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T02:36:41.000Z (about 8 years ago)
- Last Synced: 2025-04-30T02:17:56.869Z (about 1 year ago)
- Language: Rust
- Size: 34.2 KB
- Stars: 25
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RIPS - Rust IP Stack
This is a work in progress to migrate over from the [older code base]. So far this "new" one has
very little, except the packet crate. So you probably want to check out the older one if you are
looking for working protocols.
[older code base]: https://github.com/faern/rips-old
## rips-packets
The `rips-packets` crate is a very fast and lightweight crate for reading and writing packet
headers and payloads of common network protocols.