https://github.com/parazyd/tordam
A library for peer discovery inside the Tor network
https://github.com/parazyd/tordam
anonymity golang hidden-service json-rpc p2p peer-discovery peer-to-peer privacy tor
Last synced: 11 months ago
JSON representation
A library for peer discovery inside the Tor network
- Host: GitHub
- URL: https://github.com/parazyd/tordam
- Owner: parazyd
- License: agpl-3.0
- Created: 2017-11-25T12:35:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T12:18:42.000Z (about 2 years ago)
- Last Synced: 2025-03-16T06:06:45.896Z (about 1 year ago)
- Topics: anonymity, golang, hidden-service, json-rpc, p2p, peer-discovery, peer-to-peer, privacy, tor
- Language: Go
- Homepage:
- Size: 8.81 MB
- Stars: 27
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tor-dam (Tor Distributed Announce Mechanism)
============================================

A library for peer discovery inside the Tor network.

[](https://goreportcard.com/report/github.com/parazyd/tordam)
[](https://pkg.go.dev/github.com/parazyd/tordam)
Installation
------------
```
go get github.com/parazyd/tordam
```
Documentation
-------------
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](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.
Feature list
------------
* Anonymous peer mapping in the Tor network
* Launching Tor and Hidden Services
* Port mapping to launched hidden service for easy anonymous services
* Exporting available peers through any marshaling interface (think
peer list as JSON)