mirror of
https://github.com/SolitudeSF/pinggraph
synced 2026-01-14 17:41:46 +00:00
No description
| src | ||
| .gitignore | ||
| LICENSE | ||
| pinggraph.nimble | ||
| README.md | ||
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.