Skip to content

SolitudeSF/pinggraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinggraph

pinggraph is a nim reimplementation of lagraph, command-line utility that draws a ping graph.

Motivation

Why rust and not nim?

Installation

With Nim toolchain installed: nimble install pinggraph

To run the binary without root rights, it needs raw socket capability: setcap cap_net_raw+ep $(which pinggraph)

Windows isnt supported.