Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blueluna/netlink-rs
Netlink library for rust
https://github.com/blueluna/netlink-rs
netlink rust
Last synced: 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T13:54:03.000Z (over 2 years ago)
- Last Synced: 2024-10-05T12:46:54.308Z (3 months ago)
- Topics: netlink, rust
- Language: Rust
- Size: 62.5 KB
- Stars: 3
- Watchers: 2
- 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.
[![Build Status](https://travis-ci.org/blueluna/netlink-rs.svg?branch=master)](https://travis-ci.org/blueluna/netlink-rs) [![Crates.io](https://img.shields.io/crates/v/netlink-rust.svg)](https://crates.io/crates/netlink-rust)