Skip to content

Commit

Permalink
Update features in README
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Nov 5, 2023
1 parent 3cd5d8e commit 8322d71
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions aggligator-util/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,21 @@ Both tools display a text-based, interactive connection and link monitor.

## Features

The following crate features are available:
The following crate features enable transports:

* `tcp` - TCP transport,
* `rfcomm` - Bluetooth RFCOMM transport (Linux-only),
* `rfcomm-profile` - Bluetooth RFCOMM transport using profiles for connecting (Linux-only),
* `usb-host` - host-side USB transport,
* `usb-device` - device-side USB transport,
* `websocket` - WebSocket transport,
* `websocket` - WebSocket transport.

The following crate features enable link wrappers:

* `tls` - TLS encryption.

The following crate features enable additional functionality:

* `monitor` — enables the text-based, interactive connection and link monitor,
* `speed` — enables speed test functions,
* `dump` — enables saving of analysis data to disk.
Expand Down

0 comments on commit 8322d71

Please sign in to comment.