Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ECF BitTorrent Provider"

m
(Adding API classes)
Line 4: Line 4:
  
 
The goal if this project is to create an implementation of the file sharing API provided by the [[Eclipse Communication Framework Project|Eclipse Communication Framework]] using the [http://www.bittorrent.org BitTorrent] protocol.
 
The goal if this project is to create an implementation of the file sharing API provided by the [[Eclipse Communication Framework Project|Eclipse Communication Framework]] using the [http://www.bittorrent.org 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 ==
 
== External Links ==

Revision as of 17:55, 7 June 2006

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