Tapir provides a framework for building Anonymous / metadata resistant Services
Go to file
erinn 51710f2991
continuous-integration/drone/push Build is pending Details
continuous-integration/drone/tag Build is pending Details
Merge pull request 'Upgrade Connectivity, upgrade quality.sh and drone.yml to use staticcheck' (#45) from upgrade_conn into master
Reviewed-on: #45
2022-01-12 20:34:31 +00:00
applications Set the App Before Initializing The App Over the Connection... 2021-09-10 11:15:14 -07:00
networks/tor Upgrade Connectivity, upgrade quality.sh and drone.yml to use staticcheck 2022-01-12 12:22:47 -08:00
persistence Staticcheck and Connectivtiy Upgrade 2021-06-09 10:36:34 -07:00
primitives Staticcheck and Connectivtiy Upgrade 2021-06-09 10:36:34 -07:00
testing Upgrade Connectivity, upgrade quality.sh and drone.yml to use staticcheck 2022-01-12 12:22:47 -08:00
utils Replace extra25519 2020-03-27 17:40:21 -07:00
.drone.yml Upgrade Connectivity, upgrade quality.sh and drone.yml to use staticcheck 2022-01-12 12:22:47 -08:00
.gitignore Staticcheck and Connectivtiy Upgrade 2021-06-09 10:36:34 -07:00
LICENSE Add 'LICENSE' 2020-06-17 12:38:13 -07:00
README.md Force Failure if remote attempts to authenticate with a different 2019-08-12 15:31:23 -07:00
application.go Remove custom url forwarding for tapir module 2021-04-08 18:09:24 -07:00
go.mod Upgrade Connectivity, upgrade quality.sh and drone.yml to use staticcheck 2022-01-12 12:22:47 -08:00
go.sum Upgrade Connectivity, upgrade quality.sh and drone.yml to use staticcheck 2022-01-12 12:22:47 -08:00
service.go Don't store server key in token database, make TokenServer responsible for database closure. 2021-05-05 12:03:49 -07:00
tapir.png Updated Logo 2019-08-12 15:50:47 -07:00

README.md

TAPir: Tiny Anonymous Peer

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.

Features

  • New Authentication Protocol based on v3 Onion Services
  • Bidirectional Application Channels.

Work In Progress