SolitudeSF / pinggraph

Simple terminal ping graph

Repository from Github https://github.comSolitudeSF/pinggraphRepository from Github https://github.comSolitudeSF/pinggraph

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.

About

Simple terminal ping graph

License:MIT License


Languages

Language:Nim 100.0%