Skip to content

jd84/netmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netmon

netmon is a simple network monitoring library for windows. It aims to be a simpler version to the linux tool lsof. This library is desinged to link against rust programs and is written to bind rust FFI without hassel.

Feel free to grab the code and do what you want with it.

If winapi gets better maintenance and future development, then this library can be abdonned.

See netmon-sys to see this library in action.

Build

cd build
cmake ..
cmake --build .

Build with example

cd build
cmake -DBUILD_EXAMPLE=ON ..
cmake --build .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published