WindTurbineGo 语言的 PT tracker 服务器
WindTurbine 是用 Go 语言实现的高性能 PT tracker 服务器,需与 WindPT 配合使用。
安装使用
Release 中有提供 Linux amd64 二进制文件,下载 zip 包并解压,复制 config.sample.xml 为 config.xml 并修改配置。
手动编译项目
$ go get github.com/kinosang/WindTurbine $ cd $GOPATH/src/github.com/kinosang/WindTurbine $ godep restore $ make
评论