From a130ba6443fad0441feb6b2b8acd922a4c3ac0da Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Wed, 6 May 2015 10:30:39 +0530 Subject: [PATCH] README: update on the current state --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a0dad0..4d3cabb 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ shell which has all the package dependencies installed. ## Goals +- [Optimized for Fun](http://www.slideshare.net/autang/ofun-optimizing-for-fun). + (should have called it "funtorrent") - Become more profient with Haskell. - Implement something non-trivial with Haskell (crypto, file operations, network operations, concurrency, bit twiddling, DHT). @@ -44,11 +46,13 @@ shell which has all the package dependencies installed. - talk to the tracker and get the peer list - the `main' program takes a torrent file (in the local file system) as input and prints the {ip,port} for each peer, after talking to the tracker. +- can handshake with the peer. +- peer wire protocol (in progress) ## TODO * Test suite. -* Peer protocol. +* Peer protocol (in progress). * Get the file download working in the simplest possible way. * Concurrency (threads per peer) * other advanced features of Bit Torrent (like DHT). -- 2.37.2