Skip to content

Initial Release

Compare
Choose a tag to compare
@Mys7erio Mys7erio released this 26 Nov 15:21
· 3 commits to main since this 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)