https://github.com/lo2dev/echo
Ping websites
https://github.com/lo2dev/echo
gnome gtk4 libadwaita ping
Last synced: about 2 months ago
JSON representation
Ping websites
- Host: GitHub
- URL: https://github.com/lo2dev/echo
- Owner: lo2dev
- License: gpl-3.0
- Created: 2024-05-12T19:22:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-20T13:18:42.000Z (2 months ago)
- Last Synced: 2025-05-07T13:04:06.485Z (about 2 months ago)
- Topics: gnome, gtk4, libadwaita, ping
- Language: Python
- Homepage: https://lo2dev.github.io/portal/echo/
- Size: 602 KB
- Stars: 15
- Watchers: 1
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Project moved to Codeberg
https://codeberg.org/lo-vely/echo
![]()
# Echo
Ping websites
![]()
## The Project
Echo is a simple utility to ping websites using GTK4 and Libadwaita.
## Features
Besides doing the default ping, you can configure the:
- Number of pings
- Interval between each packet
- Timeout
- And more## Insufficient permissions?
Unfortunetly, on some systems, the feature needed to ping is not available by default so you have to do a manual setup.This will require running terminal commands:
```sh
echo 'net.ipv4.ping_group_range = 0 2147483647' | sudo tee -a /etc/sysctl.conf
sudo sysctl -p
```## Planned
- Ping history## Code of Conduct
The project follows the [GNOME Code of Conduct](https://conduct.gnome.org/).