https://github.com/ken47-1/infopanel.networkquality
ICMP-based InfoPanel plugin for monitoring Network quality.
https://github.com/ken47-1/infopanel.networkquality
infopanel network network-metrics
Last synced: 3 months ago
JSON representation
ICMP-based InfoPanel plugin for monitoring Network quality.
- Host: GitHub
- URL: https://github.com/ken47-1/infopanel.networkquality
- Owner: ken47-1
- License: mit
- Created: 2026-02-18T14:04:20.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-08T06:08:22.000Z (3 months ago)
- Last Synced: 2026-04-08T08:00:40.179Z (3 months ago)
- Topics: infopanel, network, network-metrics
- Language: C#
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InfoPanel.NetworkQuality
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.
## Features
- Periodic ICMP echo sampling
- Configurable target host and sample count
- Rolling calculation of jitter and packet loss
- Integrates with InfoPanel’s plugin sensor system
## Installation
1. Download the latest release from GitHub.
2. Open InfoPanel.
3. Import the ZIP file via the "Import Plugin" feature.
4. Restart InfoPanel.
## Configuration
After first launch, edit the generated config file:
`InfoPanel.NetworkQuality.dll.ini`
```ini
[Network]
Host = 1.1.1.1
Samples = 10
TimeoutMs = 1000
```
## Notes
This project was developed with human oversight and AI-assisted code generation.