https://github.com/totalkrill/mqttping-rs
https://github.com/totalkrill/mqttping-rs
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/totalkrill/mqttping-rs
- Owner: TotalKrill
- Created: 2022-10-19T14:47:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T13:37:17.000Z (over 3 years ago)
- Last Synced: 2025-03-09T21:41:03.969Z (over 1 year ago)
- Language: Rust
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mqtt-ping
Tool that is useful for debugging publish forwards of a broker,
starts two clients, one that subscribes and one that subscribes
then measures the time between sending, and reception.
first ping will always take more time due to creating a path,
thus the first time is treated differently, and not used in the average
and median calculations
## Screenshot

## installation
`cargo install mqtt-ping`
## Usage
basic:
`mqtt-ping --broker mqtt://localhost`
see the help for more
`mgtt-ping --help`