Crates.io | aggligator-util |
lib.rs | aggligator-util |
version | 0.16.0 |
source | src |
created_at | 2022-12-08 17:46:43.798698 |
updated_at | 2024-07-14 15:55:25.121027 |
description | Aggligator utilities |
homepage | |
repository | https://github.com/surban/aggligator |
max_upload_size | |
id | 732718 |
size | 306,745 |
This crate provides utility functions and command line tools for working with the Aggligator link aggregator.
It provides the following functionality:
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 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.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.Run the following command to install the command line tools:
cargo install aggligator-util
The minimum supported Rust version (MSRV) is 1.75.
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.