Crates.io | aggligator-util |
lib.rs | aggligator-util |
version | |
source | src |
created_at | 2022-12-08 17:46:43.798698+00 |
updated_at | 2025-03-08 08:56:31.53254+00 |
description | Aggligator command line utilities |
homepage | |
repository | https://github.com/surban/aggligator |
max_upload_size | |
id | 732718 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate provides command line tools for working with the Aggligator link aggregator.
The following command line tools are included:
agg-speed
— performs a speed test over a connection of aggregated TCP links,agg-tunnel
— forwards arbitrary TCP ports over a connection of aggregated TCP links.Both tools display a text-based, interactive connection and link monitor.
The following crate features enable optional transports:
bluer
- Bluetooth RFCOMM transport (Linux only),usb-host
- host-side USB transport,usb-device
- device-side USB transport (Linux only).Run the following command to install the command line tools:
cargo install aggligator-util
Aggligator is licensed under the Apache 2.0 license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Aggligator by you, shall be licensed as Apache 2.0, without any additional terms or conditions.