Giter VIP home page Giter VIP logo

storrent's Introduction

This is a BitTorrent client, written to learn how to use akka and structure a program around actors.

The program is organized along the lines of what's suggested in Joe Armstrong's Programming Erlang, with seperate actors for each 'chunk' of state. The one exception is an actor that was split up in order to make unit testing easier.

There's a simple 1:1 or 1:many relationship at each level of the actor hierarchy.

classes

There's a single Storrent object for the whole program, which spawns a Torrent actor for each torrent file. Each Torrent actor spawns a Tracker actor to talk to the tracker, and one PeerConnection actor for each peer we want to connect to. Each PeerConnection actor spawns a single BTProtocol actor, which translates between akka ByteStrings and meaningful internal messages. Each BTProtocol actor creates a TCPClient actor to buffer up data until at least an entire frame has been received.

There are a number of features that aren't implemented, because adding those features didn't seem to add much, in terms of learning how to structure an actor based program. In particular, neither multiple-file torrents aren't nor torrent files that specify pieces that contain multiple blocks are implemented, and a handful of things that you wouldn't expect to be hardcoded in a general purpose BitTorrent program are fixed.

storrent's People

Contributors

danluu avatar zhaoyao avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.