tor-dam

tor distributed announce mechanism (not a dht)
git clone https://git.parazyd.org/tor-dam
Log | Files | Refs | README | LICENSE

README.md (925B)


      1 tor-dam (Tor Distributed Announce Mechanism)
      2 ============================================
      3 
      4 ![tordam](contrib/tordam.png)
      5 
      6 A library for peer discovery inside the Tor network.
      7 
      8 ![Build Status](https://github.com/parazyd/tordam/actions/workflows/go.yml/badge.svg)
      9 [![Go Report Card](https://goreportcard.com/badge/github.com/parazyd/tordam)](https://goreportcard.com/report/github.com/parazyd/tordam)
     10 [![Go Reference](https://pkg.go.dev/badge/github.com/parazyd/tordam.svg)](https://pkg.go.dev/github.com/parazyd/tordam)
     11 
     12 Installation
     13 ------------
     14 
     15 ```
     16 go get github.com/parazyd/tordam
     17 ```
     18 
     19 Documentation
     20 -------------
     21 
     22 https://pkg.go.dev/github.com/parazyd/tordam
     23 
     24 tor-dam is a small library that can be used to facilitate peer to peer
     25 services in the Tor network with simple mechanisms.
     26 
     27 A basic integration example can be found and reviewed in the form of
     28 a single go file: [cmd/tor-dam/tor-dam.go](cmd/tor-dam/tor-dam.go).