No description
Find a file
2023-08-30 19:30:43 +03:00
src Version 0.2.1 2023-08-30 19:30:43 +03:00
.gitignore Improve cli a bit. Bump to 0.1.2 2019-03-21 18:58:08 +02:00
LICENSE Initial, pretty much identical implementation 2019-03-20 22:53:52 +02:00
pinggraph.nimble Version 0.2.1 2023-08-30 19:30:43 +03:00
README.md Drop calling ping binary. Drop windows support. 2023-08-30 19:06:37 +03:00

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.