Tapir provides a framework for building Anonymous / metadata resistant Services
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Sarah Jamie Lewis 42d3cb196a
Adding Integration Test
4 years ago
applications Adding Integration Test 4 years ago
networks/tor Adding Integration Test 4 years ago
primitives Adding Integration Test 4 years ago
testing Adding Integration Test 4 years ago
.drone.yml Adding Integration Test 4 years ago
.gitignore Adding Integration Test 4 years ago
README.md Updating README 4 years ago
application.go Moving towards a release candidate. 4 years ago
go.mod Integration Pre-Release 4 years ago
go.sum Integration Pre-Release 4 years ago
service.go Adding Integration Test 4 years ago

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