No description
Find a file
Standa Kupa 99d534d83c
Update MIT License with detailed permissions
Expanded the MIT License text to include additional permissions and disclaimers.
2026-07-10 21:17:58 +02:00
img add screenshot 2026-07-10 21:01:22 +02:00
go.mod init 2026-07-10 20:42:45 +02:00
go.sum init 2026-07-10 20:42:45 +02:00
LICENSE.md Update MIT License with detailed permissions 2026-07-10 21:17:58 +02:00
main.go init 2026-07-10 20:42:45 +02:00
pinger.ini init 2026-07-10 20:42:45 +02:00
README.md add screenshot 2026-07-10 21:01:22 +02:00

Pinger

A CLI program for periodically pinging hosts defined in the pinger.ini file.

Universal for Windows / Linux / MacOS


Download and build program:

git clone git@git.moox.cz:moox/pinger.git
cd pinger
go build .

You need installed golang


Run program: ./pinger

End program: Esc || q || Q

INI Example:

[settings]
interval=20
count=3
timeout=1000

[hosts]
192.168.1.1=Gateway
1.1.1.1=Cloudflare DNS
8.8.8.8=Google DNS

Screenshot

pinger screenshot