Tapir provides a framework for building Anonymous / metadata resistant Services
Go to file
Sarah Jamie Lewis 368e2ba61b Fix map iteration bug 2019-07-23 11:41:49 -07:00
applications Refactor to better define boundaries, formatting and linting 2019-06-05 12:02:03 -07:00
cmd First cut of connection-deduplication 2019-07-16 13:22:30 -07:00
networks/tor Fix map iteration bug 2019-07-23 11:41:49 -07:00
notifications First cut of connection-deduplication 2019-07-16 13:22:30 -07:00
primitives Moving towards a workable notifications prototype 2019-06-10 13:36:18 -07:00
.gitignore Moving towards a workable notifications prototype 2019-06-10 13:36:18 -07:00
README.md Initial Commit 2019-05-15 12:50:56 -07:00
application.go Formatting 2019-05-21 11:28:49 -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 Adding Shutdown() 2019-07-17 11:44:08 -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.

Work In Progress