Crates.io | veilid_duplex |
lib.rs | veilid_duplex |
version | |
source | src |
created_at | 2023-10-25 13:07:30.369139 |
updated_at | 2024-11-30 13:13:48.490167 |
description | Full-duplex encrypted communication between 2 nodes |
homepage | |
repository | https://gitlab.com/cwiz/veilid_duplex |
max_upload_size | |
id | 1013355 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | 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 |
Full-duplex asyncronous communication between two peers with Veilid.
Veilid duplex manages veilid internals for you, such as allocating routes and recovering from route shutdowns.
See pingpong example.
2 peers increment the counter and pass it to each other.
Host:
cargo run --example pingpong -- --server --verbose
This will print host's DHT key
Client:
cargo run --example pingpong -- --verbose --client "VLD0:MDoZwLsoQgM6-XKE3giy-8r53e4yCod5Y546laT0El0"