]> git.rkrishnan.org Git - functorrent.git/commitdiff
Merge pull request #31 from gitter-badger/gitter-badge
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Wed, 6 May 2015 05:06:53 +0000 (10:36 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Wed, 6 May 2015 05:06:53 +0000 (10:36 +0530)
Add a Gitter chat badge to README.md

1  2 
README.md

diff --combined README.md
index 4d3cabb379c4481e803125ff010e462813fc0ebe,077a9e136d0a7a62684fd49b2be928c80b509cbf..06af0f49bf7ddc02c0f56b6c7a6ef3d066012302
+++ b/README.md
@@@ -1,5 -1,7 +1,7 @@@
  # A bittorrent client.
  
+ [![Join the chat at https://gitter.im/vu3rdd/functorrent](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vu3rdd/functorrent?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
  [![Build Status](https://travis-ci.org/vu3rdd/functorrent.svg?branch=master)](https://travis-ci.org/vu3rdd/functorrent)
  
  ## Building
@@@ -30,8 -32,6 +32,8 @@@ shell which has all the package depende
  
  ## 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).