项目作者: parazyd

项目描述 :
Tor Distributed Announce Mechanism (Not a DHT)
高级语言: Go
项目地址: git://github.com/parazyd/tor-dam.git
创建时间: 2017-11-25T12:35:04Z
项目社区:https://github.com/parazyd/tor-dam

开源协议:GNU Affero General Public License v3.0

下载


tor-dam (Tor Distributed Announce Mechanism)

tordam

A library for peer discovery inside the Tor network.

Build Status
Go Report Card
Go Reference

Installation

  1. 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. 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)