Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dplavcic/gtorrent
Implementation of BitTorrent Protocol Specification
https://github.com/dplavcic/gtorrent
bittorrent bittorrent-client go golang p2p
Last synced: about 1 month ago
JSON representation
Implementation of BitTorrent Protocol Specification
- Host: GitHub
- URL: https://github.com/dplavcic/gtorrent
- Owner: dplavcic
- License: mit
- Created: 2018-08-05T19:11:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T17:32:00.000Z (over 6 years ago)
- Last Synced: 2024-11-11T11:40:23.836Z (about 1 month ago)
- Topics: bittorrent, bittorrent-client, go, golang, p2p
- Language: Go
- Size: 221 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CircleCI: [![CircleCI](https://circleci.com/gh/dplavcic/gtorrent/tree/master.svg?style=svg&circle-token=5fa55834376070d68458bad79fe21d5f76cce384)](https://circleci.com/gh/dplavcic/gtorrent/tree/master)
# gTorrent (gTo)
WIP - Torrent Protocol Specification ImplementationDemo project (for now) used to learn about Golang and networking
![Alt text](readme/logo.png?raw=true "Logo")
TODO:
- [x] Bencoding (decoder)
- [x] Metainfo File Structure
- [ ] Tracker HTTP/HTTPS Protocol
- [ ] Peer wire protocol (TCP)
- [ ] Messages
- [ ] Algorithms
- [ ] Piece downloading strategy
- [ ] End Game
- [ ] Choking and Optimistic Unchoking
- [ ] DHT