Initial Release
First official release for aiotorrent. As of this release, the library supports/ performs the following functions:
- Parsing a torrent file, and reading it's metadata.
- Connecting to UDP trackers for peer discovery (HTTP tracker support expected soon).
- Connecting to peers, and downloading files to disk.
- Streaming of files over an HTTP Server.
- Getting file download status and network overhead status.
- Support for different piece download strategies: DEFAULT(pseudo-sequential) and SEQUENTIAL
Author: Shakir (@Mys7erio)