Tor Distributed Announce Mechanism (Not a DHT)
A library for peer discovery inside the Tor network.
go get github.com/parazyd/tordam
https://pkg.go.dev/github.com/parazyd/tordam
tor-dam is a small library that can be used to facilitate peer to
peer services in the Tor network with simple mechanisms.
An integration example can be found and reviewed in the form of a
single go file: cmd/tor-dam/tor-dam.go. It
is procedural and well-documented so it should serve well for learning
how to integrate the library into a Go program.
Most of the library’s code is documented in the source, along with
godoc.