Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyedeekay/samtracker
Will it track?
https://github.com/eyedeekay/samtracker
biglybt bittorrent i2p p2p snark
Last synced: 18 days ago
JSON representation
Will it track?
- Host: GitHub
- URL: https://github.com/eyedeekay/samtracker
- Owner: eyedeekay
- Created: 2019-12-02T00:22:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T05:00:46.000Z (over 2 years ago)
- Last Synced: 2024-11-09T03:37:48.707Z (2 months ago)
- Topics: biglybt, bittorrent, i2p, p2p, snark
- Language: Go
- Size: 87.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog
Awesome Lists containing this project
README
samtracker
==========Oh neat, that was easy.
This is an HTTP Bittorrent tracker with automatic port-forwarding to I2P, based
on [vvampirius/retracker](https://github.com/vvampirius/retracker). It is very
minimal, memory safe, and doesn't really do much other than let people announce
torrents, which is all it's supposed to do.Installation
------------If you have a go environment set up, you can easily install it from source using
go get -u github.com/eyedeekay/samtracker/samtracker
Or, if you want to use a binary, you can download the tar.gz file:
wget https://github.com/eyedeekay/samtracker/releases/download/0.0.01/samtracker.tar.gz
mkdir tmp && cd tmp
tar xvf ../samtracker.tar.gz
sudo make install