Tapir provides a framework for building Anonymous / metadata resistant Services
Go to file
Dan Ballard 6515a4e160 Merge branch 'identity' of cwtch.im/tapir into master 2019-08-08 12:43:36 -07:00
applications Updating Initialize Identity Interface 2019-08-08 12:07:13 -07:00
networks/tor Adding Integration Test 2019-08-08 11:11:31 -07:00
primitives Updating Initialize Identity Interface 2019-08-08 12:07:13 -07:00
testing Updating Initialize Identity Interface 2019-08-08 12:07:13 -07:00
.drone.yml Adding Integration Test 2019-08-08 11:11:31 -07:00
.gitignore Adding Integration Test 2019-08-08 11:11:31 -07:00
README.md Updating README 2019-08-07 13:15:21 -07:00
application.go Moving towards a release candidate. 2019-08-07 13:08:02 -07:00
go.mod Integration Pre-Release 2019-07-16 12:14:42 -07:00
go.sum Integration Pre-Release 2019-07-16 12:14:42 -07:00
service.go Exposing App() from Connection Interface 2019-08-08 11:28:55 -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 Authenticaiton Protocol based on v3 Onion Services
  • Bidirectional Application Channels.

Work In Progress