Skip to content
/ ping-ui Public

A simple GUI for the `ping` command-line utility built using Tauri

License

Notifications You must be signed in to change notification settings

12joan/ping-ui

Folders and files

NameName
Last commit message
Last commit date
Feb 24, 2023
Feb 13, 2023
May 3, 2023
Feb 24, 2023
Feb 13, 2023
Feb 24, 2023
Feb 24, 2023
Feb 24, 2023
Feb 15, 2023
Jun 6, 2023
Feb 13, 2023
Feb 24, 2023
Feb 13, 2023
Feb 13, 2023
Feb 13, 2023
Jun 6, 2023

Repository files navigation

Ping UI

Screenshot

A simple GUI for the ping command-line utility built using Tauri.

Requires ping to be in the PATH and for the output of ping to have the following format:

<BYTES> bytes from <HOST>: icmp_seq=<SEQ> ttl=<TTL> time=<TIME> ms
ping: sendto: No route to host
Request timeout for icmp_seq <SEQ>

If your version of ping doesn't work, create an issue or open a PR.

Compatibility

✅ macOS (Fully compatible)

❓ Windows (Untested)

❓ Linux (Untested)

Development

  1. Install Tauri
  2. Install JS dependencies
yarn install
  1. Run tests
yarn test
  1. Run Tauri dev
yarn tauri dev
  1. (Optional) Build Tauri application
yarn tauri build

License

The source code is released under the MIT No Attribution license. Copyright notice is intentionally omitted.