Crates.io | tapir-cwtch |
lib.rs | tapir-cwtch |
version | 0.1.11 |
source | src |
created_at | 2021-01-12 13:33:49.470993 |
updated_at | 2021-01-14 10:23:33.339097 |
description | Tapir is a small library for building p2p applications over anonymous communication systems |
homepage | |
repository | https://git.openprivacy.ca/sarah/tapir-rs |
max_upload_size | |
id | 340896 |
size | 67,682 |
Very WIP. Currently supports authentication over Tor v3 onion services aligned with https://cwtch.im
Run an ephemeral server:
cargo run --example simple_server --features onionv3
Update examples/simple_client.rs
to connect to the address generated by simple_server
and then run:
cargo run --example simple_client --features onionv3
Both the server and client should authenticate each other.
We recommend you build with the onionv3
feature enabled (in the future Tapir may support other anonymous communication
networks, but for now only Tor onion v3 services are supported).
tapir-cwtch = {version="0.1.8", features=["onionv3"]}