-
Notifications
You must be signed in to change notification settings - Fork 1
Meeting Log
entron edited this page Mar 19, 2014
·
7 revisions
The handshake with peer works now.
We discussed other interesting topics after we finished learning bit torrent protocol. We also discussed about the project time line. We decided to prefer to first implement enough of the bit torrent protocol to the point it can download a single torrent.
- Parse the tracker response
- Use twisted to start connect to peers
- Setting up python environment.
- Get the info_hash from the info dictionary in the .torrent file.
- Connect to the tracker. However we received an error response from the server:
'd14:failure reason63:Requested download is not authorized for use with this tracker.e'
The first few meeting we will follow a very nice tutorial about how to write a bittorrent protocol.
- read bittorrent specification
- Use Wireshark to sniff the traffic of a bittorrent session (from loading a tracker file to the complete download of a file).
- View a .torrent file in a text editor.