Skip to content

Nethawk is a network monitoring tool written in C++.

Notifications You must be signed in to change notification settings

Aukovien/nethawk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nethawk

nethawk is a network monitoring tool.

compiling

to compile and run this code, you'll need the following or its equivalent depending on your distro:

  • qt5-default
  • qtcreator
  • libpcap-dev
  • cmake
  • build-essential

create a build directory.

mkdir build
cd build

configure and build.

cmake ..
make

you may need to run it with sudo.

sudo ./nethawk

About

Nethawk is a network monitoring tool written in C++.

Resources

Stars

Watchers

Forks

Packages

No packages published