pinggraph

Simple terminal ping graph

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

Summary

Latest Version 0.2.1
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-08-26 06:47

Tags

Authors

  • SolitudeSF

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 - - - - - - -

Dependencies

Package Version Optional
nim >= 2.0.0", "cligen >= 1.0.0 No

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.