没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > eko-p2p |
eko-p2p
|
0 | 0 | 6 |
贡献者 | 讨论 | 代码提交 |
Eko-p2p (eko for short) is a peer-to-peer application framework written in Java for Java applications.
project hosting under construction
The goal of this project is to enable the writing of new innovative p2p applications without reinventing the wheel. There are some java p2p applications out there, but most of them focus on file sharing, and few (if none) of them provide a reusable sets of core p2p components. The idea is, while working myself on some p2p toy-applications on my spare time, to provide those basic constructs.
Eko-p2p aim is to provide all basic features that a peer-to-peer application needs:
Overlay network, transport protocol independence, firewall punching Distributed Hashtable Data replication Cryptography, PKI infrastructure, Peers and users strong authentication via public/private keys And many more !
Eko-p2p is a spare-time project and far from reaching the 1.0, so don't expect it to be full-featured anytime soon, but yet some stuff is already implemented (see ProjectStatus).
Feel free to come by the eko-p2p developer mailing list to discuss about the project or ask questions (http://groups.google.com/group/eko-p2p-dev) .