Skip to content
/ QtPing Public

gui application for network connectivity statistics

Notifications You must be signed in to change notification settings

jjdredd/QtPing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QtPinger

A network latency monitoring tool with a Qt5 GUI

Features

  • Measure latency to a host using icmp4 probes
  • Compute min, max, standard deviation and average latency
  • Supports pinging several hosts at the same time
  • Plot latency over time

Screenshot

./screenshots/screenshot.png

Requirements

C++20

Qt5:

  • Widgets
  • Core
  • Gui
  • Charts

Boost

  • program_options
  • asio

Building

cd QtPinger
mkdir bin
cd bin
cmake ../src
make

Running

Requires root priviledges to run

About

gui application for network connectivity statistics

Resources

Stars

Watchers

Forks

Packages

No packages published