Skip to content

C wrapper for netinfo, which groups network usage by process

License

Notifications You must be signed in to change notification settings

kaegi/netinfo-ffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netinfo-FFI

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.

Documentation of Rust library

Please leave feedback, bug reports and feature request that are not strictly related to the FFI at the main netinfo library.

How to build

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.

About

C wrapper for netinfo, which groups network usage by process

Resources

License

Stars

Watchers

Forks

Packages

No packages published