Hi Dan, That sounds like a fun project to play around with and learn from.
Thanks for sharing. B/ On 7 February 2014 at 06:15:59, Dan Oxlade ([email protected]) wrote: Hello all, After playing with Akka for some time and then learning about it properly on the Coursera principles of reactive programming course, I decided to try and write a BitTorrent client. The new reactive IO features seemed like a perfect abstraction for managing the multiple concurrent connections. I got to the point this week where my first download succeeded start to finish. Over 900mb of Ubuntu 13.10 in around 45 minutes connecting to 50 concurrent peers downloading up to 30 concurrent pieces at any time. It will be a lot quicker once I've implemented an 'end game' strategy. There is still so much to do for it to be releasable but I'd welcome any comments/code review/help. https://github.com/oxlade39/STorrent I has pretty good test coverage so it should be a fairly safe codebase to clone and play around with. Cheers Dan -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out. -- Björn Antonsson Typesafe – Reactive Apps on the JVM twitter: @bantonsson -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
