tapir/README.md

14 lines
391 B
Markdown
Raw Permalink Normal View History

2019-05-15 19:45:45 +00:00
# TAPir: Tiny Anonymous Peer
2019-08-12 19:14:27 +00:00
![](tapir.png)
2019-05-15 19:45:45 +00:00
Tapir is a small library for building p2p applications over anonymous communication systems (right now Tapir only supports Tor v3 Onion Services).
Tapir has been designed as a replacement to the Ricochet protocol.
2019-08-07 20:15:21 +00:00
## Features
* New Authentication Protocol based on v3 Onion Services
2019-08-07 20:15:21 +00:00
* Bidirectional Application Channels.
2019-05-15 19:45:45 +00:00
**Work In Progress**