Creating a Bittorrent Client using Asyncio

10:15am - 10:40am on Friday, October 6 in PennTop North

Ahmed Abdalla

Audience Level:
Beginner
Slides:
http://slides.com/simplyahmazing/creating-a-bittorrent-client-with-asyncio-2
Watch:
https://youtu.be/Pe3b9bdRtiE

Overview

The purpose of this talk is explain the BitTorrent protocol and relevant Asyncio API needed to create a BitTorrent client that can actually download a “.torrent” file. The BitTorrent application will be built and presented as a set of steps to build a program that can download a file.

Description

The purpose of this talk is explain the BitTorrent protocol and relevant Asyncio API used to create a BitTorrent client that can actually download a “.torrent” file. The BitTorrent application will be built and presented as a set of steps (code snippets, i.e. coroutines) that implement various parts of the protocol and build up a final program that can download a file. Talk will cover,

Attendees need not know Asyncio and will learn the relevant functions needed to accomplish the task. No prior knowledge of the BitTorrent protocol is necessary either.

Want to edit this page?