pinggraph

Simple terminal ping graph

Pure Nim score 30/100 · tests present · docs generated

Summary

Latest Version Unknown
License MIT
CI Status Passing
Downloads 0
Last Indexed 2026-07-21 05:24

Tags

Installation

nimble install pinggraph
choosenim install pinggraph
git clone https://github.com/SolitudeSF/pinggraph

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
pinggraph - - - - - - -

Source

Repository https://github.com/SolitudeSF/pinggraph
Homepage https://github.com/SolitudeSF/pinggraph
Documentation View Documentation
Registry Source nimble_official

README

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.