Crates.io | netinfo-ffi |
lib.rs | netinfo-ffi |
version | 0.5.0 |
source | src |
created_at | 2016-12-16 15:53:12.848148 |
updated_at | 2018-09-12 09:22:08.27994 |
description | C FFI for netinfo, which groups network usage by process |
homepage | |
repository | https://github.com/kaegi/netinfo-ffi |
max_upload_size | |
id | 7646 |
size | 251,628 |
This is the C foreign function interface, so that you can call netinfo from C. Netinfo allows you to group the TCP/UDP network usage by process without a special kernel module.
Please leave feedback, bug reports and feature request that are not strictly related to the FFI at the main netinfo library.
Install the latest Cargo/Rust:
$ git clone https://github.com/ChangSpivey/netinfo-ffi
$ cd netinfo-ffi
$ cargo build --release
There is now a static library ./target/release/libnetinfo.a
and a dynamic
library ./target/release/libnetinfo.so
.