Skip to content

Commit

Permalink
chore: update snapcraft.yaml for version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Mar 31, 2024
1 parent 5b89326 commit c68c6fb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: trippy
version: '0.9.0'
version: '0.10.0'
summary: A network diagnostic tool
description: |
Trippy combines the functionality of traceroute and ping and is designed to
assist with the diagnosis of network issues.
Features:
- Trace using multiple protocols:
Expand All @@ -25,12 +25,13 @@ description: |
- Unprivileged mode
- Tui interface:
- Trace multiple targets simultaneously from a single instance of Trippy
- Per hop stats (sent, received, loss%, last, avg, best, worst, stddev & status)
- Per hop stats (sent, received, loss%, last, avg, best, worst, stddev, jitter & status)
- Per hop round-trip-time (RTT) history and frequency distributing charts
- Interactive chart of RTT for all hops in a trace with zooming capability
- Interactive GeoIp world map
- Isolate and filter by individual tracing flows
- Customizable color theme & key bindings
- Customizable column order and visibility
- Configuration via both command line arguments and a configuration file
- Show multiple hosts per hop with ability to cap display to N hosts and show frequency %
- Show hop details and navigate hosts within each hop
Expand All @@ -42,7 +43,7 @@ description: |
- Lazy reverse DNS queries
- Lookup [autonomous system](https://en.wikipedia.org/wiki/Autonomous_system_(Internet)) number (ASN) and name
- GeoIp:
- Lookup and display GeoIp information from local `mmdb` files
- Lookup and display GeoIp information from local [MaxMind](https://www.maxmind.com) and [IPinfo](https://ipinfo.io) `mmdb` files
- Generate tracing reports:
- `json`, `csv` & tabular (pretty-printed and markdown)
- Tracing `flows` report
Expand Down

0 comments on commit c68c6fb

Please sign in to comment.