Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/12joan/ping-ui
A simple GUI for the `ping` command-line utility built using Tauri
https://github.com/12joan/ping-ui
gui icmp-ping tauri
Last synced: 13 days ago
JSON representation
A simple GUI for the `ping` command-line utility built using Tauri
- Host: GitHub
- URL: https://github.com/12joan/ping-ui
- Owner: 12joan
- License: mit-0
- Created: 2023-02-24T13:48:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T13:11:32.000Z (about 1 year ago)
- Last Synced: 2024-10-26T16:53:09.651Z (2 months ago)
- Topics: gui, icmp-ping, tauri
- Language: TypeScript
- Homepage:
- Size: 1.46 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ping UI
![Screenshot](https://raw.githubusercontent.com/12joan/ping-ui/main/.assets/screenshot.png)
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 from : icmp_seq= ttl= time=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](https://tauri.app/)
2. Install JS dependencies
```bash
yarn install
```
3. Run tests
```bash
yarn test
```
4. Run Tauri dev
```bash
yarn tauri dev
```
5. (Optional) Build Tauri application
```bash
yarn tauri build
```## License
The source code is released under the [MIT No Attribution](https://choosealicense.com/licenses/mit-0/) license. Copyright notice is intentionally omitted.