go-tracker:一个用 Go 编写的 bittorrent 跟踪器

时间:2024-07-17 14:26:06
【文件属性】:

文件名称:go-tracker:一个用 Go 编写的 bittorrent 跟踪器

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-17 14:26:06

Go

跟踪器 一个用 Go 编写的 bittorrent 跟踪器。 要求 一个有效的 Go 安装。 PostgreSQL 安装 git clone https://github.com/bpina/go-tracker.git 根据自己的喜好编辑 makefile 中 PREFIX 的值 make make install clean 配置 将您的数据库信息添加到 PREFIX/config 中的 database.json。 { "database": "database", "host": "localhost", "user": "user", "password": "password", "port": "" }


【文件预览】:
go-tracker-master
----.gitignore(6B)
----README.md(573B)
----thp()
--------tracker.go(3KB)
--------thp.go(2KB)
--------announce.go(3KB)
----makefile(233B)
----config()
--------database.json(152B)
----tools()
--------tools.go(320B)
----server.go(807B)
----data()
--------data.go(1KB)
--------peer.go(2KB)
--------configuration()
--------torrent.go(2KB)

网友评论