https://github.com/blueluna/netlink-rs
Netlink library for rust
https://github.com/blueluna/netlink-rs
netlink rust
Last synced: about 1 year ago
JSON representation
Netlink library for rust
- Host: GitHub
- URL: https://github.com/blueluna/netlink-rs
- Owner: blueluna
- License: mit
- Created: 2018-05-25T11:20:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T13:54:03.000Z (over 3 years ago)
- Last Synced: 2025-03-17T20:11:52.677Z (about 1 year ago)
- Topics: netlink, rust
- Language: Rust
- Size: 62.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netlink-Rust
Netlink library for rust. Work in progress.
## Background
This was made to explore Rust while also exploring how nl80211 works. Thus a
netlink subsystem was needed.
As most API's in the Linux kernel realm, this is a bit hairy and incoherent.
Most of the energy has been put into the generic Netlink area.
## Examples
There are some examples in the examples directory. Run them using cargo.
```
cargo run --example example
cargo run --example uevent_example
```
## Compatability
Rust 1.30.0 or later is needed.
Tested on following platforms,
- Linux 4.18 x86_64, Fedora 28
- Linux 4.1 ARMv7
- Linux 4.9 AArch64
## License
Licensed under the MIT license.
[](https://travis-ci.org/blueluna/netlink-rs) [](https://crates.io/crates/netlink-rust)