Registry / networking / glinton-ping

glinton-ping

JSON →
library0.1.3gogounverified

A Go library for sending ICMP echo requests and receiving replies.

go get github.com/glinton/ping
INSTALL
IMPORT
SIG · GLINTON-PING
G
glinton-ping
networkinggov0.1.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ping
github.com/glinton/ping

Create a pinger, run it, and get statistics.

pinger, err := ping.NewPinger("example.com") if err != nil { panic(err) } pinger.Count = 3 pinger.Run() stats := pinger.Statistics()
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
glinton-ping — go get glinton-ping · libregistry