## 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).
- 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).