Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/augustt198/flood
A BitTorrent client
https://github.com/augustt198/flood
Last synced: about 2 months ago
JSON representation
A BitTorrent client
- Host: GitHub
- URL: https://github.com/augustt198/flood
- Owner: augustt198
- License: mit
- Created: 2015-05-08T23:07:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T21:02:10.000Z (almost 7 years ago)
- Last Synced: 2023-08-02T15:35:21.846Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 98.6 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# flood [![travis badge](https://api.travis-ci.org/augustt198/flood.svg)](https://travis-ci.org/augustt198/flood)
A BitTorrent client.
### Progress
- [x] Bencode decoder/encoder
- [x] UDP tracker protocol
- [ ] HTTP tracker protocol
- [ ] Peer protocol
- [ ] Extension protocol
- [ ] Metadata downloading
- [ ] File downloading
- [ ] DHT### Building
- Install [uriparser](http://uriparser.sourceforge.net/) (may require Doxygen & Graphviz)
- `sh build.sh`