A cross-platform Flutter application for monitoring network latency with real-time audio feedback. Ping'O'Meter allows users to test connectivity to any host and visualize ping response times with an intuitive interface.
- Real-time ping monitoring with visual history display
- Audio feedback that varies based on latency quality (supported on Android and macOS)
- Adjustable volume controls and mute option
- Persistent settings that remember your last tested host
- Simple and intuitive dark-themed interface
- Android
- iOS
- macOS (with audio feedback)
- Windows
- Linux
- Web
- Built with Flutter (SDK >=2.18.2 <3.0.0)
- Uses
dart_pingpackage for cross-platform ping functionality - Audio feedback implemented with
just_audiopackage - Local storage handled by
localstorepackage
- Clone the repository
- Ensure Flutter is installed and properly set up
- Run
flutter pub getto install dependencies - Run
flutter runto launch the application on your connected device
- Enter a host name or IP address in the text field
- Press the floating action button to start/stop ping tests
- View real-time ping results in the history table
- Toggle audio feedback using the volume button in the app bar
Current version: 0.9.0
@sanyabeast