ICMP-based network quality plugin for InfoPanel.
Reports real-time network health metrics:
- Ping (ms)
- Jitter (ms)
- Packet loss (%)
Designed to be lightweight, predictable, and suitable for continuous display.
- Periodic ICMP echo sampling
- Configurable target host and sample count
- Rolling calculation of jitter and packet loss
- Integrates with InfoPanel’s plugin sensor system
- Download the latest release from GitHub.
- Open InfoPanel.
- Import the ZIP file via the "Import Plugin" feature.
- Restart InfoPanel.
After first launch, edit the generated config file:
InfoPanel.NetworkQuality.dll.ini
[Network]
Host = 1.1.1.1
Samples = 10
TimeoutMs = 1000This project was developed with human oversight and AI-assisted code generation.