Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 911 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 911 Bytes

Netvisix

GitHub repo size

Netvisix listens on your local network interface and visualizes the network packet flow between hosts. There are binary packages for windows and linux.

Feature requests and bug reports are welcome.

Netvisix is using the following libraries:

  • libtins
  • libpcap/Npcap (used by libtins)
  • Qt5

Installation

Build it by yourself or download the latest binary package.

Linux Build (Ubuntu)

sudo apt install qt5-qmake qtbase5-dev build-essential libpcap-dev

git clone https://github.com/bewue/Netvisix.git

cd Netvisix
mkdir Build
cd Build

qmake ../Netvisix/Netvisix.pro
make

Screenshot