Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

ECF BitTorrent Provider

Revision as of 17:55, 7 June 2006 by Remy.suen.gmail.com (Talk | contribs) (Adding API classes)

Project Lead: Remy Chi Jian Suen

Mentor(s): Wayne Beaton, Scott Lewis, and Chris Aniszczyk

The goal if this project is to create an implementation of the file sharing API provided by the Eclipse Communication Framework using the BitTorrent protocol.

BitTorrent API

org.eclipse.bittorrent

  • Host
  • Torrent

org.eclipse.bittorrent.internal.encode

  • BEecodedDictionary
  • Decode
  • Encode

org.eclipse.bittorrent.internal.net

  • ConnectionPool
  • ConnectionThread
  • PeerConnection

org.eclipse.bittorrent.internal.torrent

  • DataFile

External Links

Eclipse Communication Framework Website

BitTorrent Specification

Back to the top