An open API service indexing awesome lists of open source software.

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.

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.