Stránka 11 z 14

Re: Přehled anonymních/šifrovaných P2P/F2F sítí.

Napsal: 14 čer 2012, 21:26
od Waseihou
libjingle is a collection of open-source C++ code and sample applications that enables you to build a peer-to-peer application. The code handles creating a network connection (through NAT and firewall devices, relay servers, and proxies), negotiating session details (codecs, formats, etc.), and exchanging data. It also provides helper tasks such as parsing XML, and handling network proxies. You could build the following programs with libjingle:

A multi-user voice chat application
A multi-user video conferencing application
A multi-user live music streaming application
A peer-to-peer file sharing application

https://developers.google.com/talk/libjingle/index

Re: Přehled anonymních/šifrovaných P2P/F2F sítí.

Napsal: 14 čer 2012, 21:33
od Waseihou
Overlay Weaver is an overlay construction toolkit, which supports overlay algorithm designers in addition to application developers.

For application developers, the toolkit provides a common API for higher-level services such as distributed hash table (DHT) and multicast. Applications relying on the common API depend no specific transport protocol, database implementation and routing algorithm.

The toolkit provides multiple routing algorithms, Chord, Kademlia, Koorde, Pastry, Tapestry and FRT-Chord. These algorithms could be implemented only in hundreds lines of code because of routing layer decomposition. Routing layer under the higher-level services has been decomposed into multiple components, routing driver, routing algorithm and messaging service. The decomposition also facilitates implementation of a new algorithm. A newly implemented algorithm can be tested, evaluated and compared on emulator, which can host hundreds of thousands of virtual nodes. It enables large-scale emulation and fair comparison between algorithms.

http://overlayweaver.sourceforge.net/

Re: Přehled anonymních/šifrovaných P2P/F2F sítí.

Napsal: 16 čer 2012, 01:14
od Waseihou
Hodně materiálů, videa přednášek o p2p

http://p2pframework.com/ws2011/p2pnets/

pro stažení všeho: wget -m <url>

Re: Přehled anonymních/šifrovaných P2P/F2F sítí.

Napsal: 16 čer 2012, 15:47
od Waseihou
AESOP: Altruism-Endowed Self-Organizing Peers

http://netcins.ceid.upatras.gr/papers/AESOP.pdf

Re: Přehled anonymních/šifrovaných P2P/F2F sítí.

Napsal: 17 čer 2012, 03:51
od Waseihou
ACIS P2P Library and Applications

Overview
===============================================================================
This library provides a basic P2P framework with the following key features:
- Transports layer (UDP, TCP, relay, XMPP, etc)
- Structured overlay layer (Symphony)
- Distributed Hash Table
- VPN (IPOP / SocialVPN / GroupVPN)
- XMLRPC Bridge
- NAT Traversal using UDP hole punching and relaying

The library has been built around mono and can be run on .NET, though special
care must be taken to actually compile the soruce in .NET.

Brunet -- The P2P library - Site out of date (see IPOP for now)
- http://boykin.acis.ufl.edu/wiki/index.php/Brunet
IPOP -- Internet Protocol over Peer-to-Peer
- http://www.ipop-project.org
GroupVPN -- Using groups as a medium to connect IPOP
- http://www.grid-appliance.org/wiki/index.php/GroupVPN
SocialVPN -- using social links (like IM) as a medium to connect IPOP
- http://www.socialvpn.org
Overlay Readme -- Creating your own bootstrap overlay and other overlay basics
- http://www.grid-appliance.org/wiki/inde ... NodeReadme
IpopNode Readme -- Using IPOP without GroupVPN or SocialVPN
- http://www.grid-appliance.org/wiki/inde ... NodeReadme

https://github.com/ptony82/brunet

Re: Přehled anonymních/šifrovaných P2P/F2F sítí.

Napsal: 19 čer 2012, 16:52
od Waseihou

Re: Přehled anonymních/šifrovaných P2P/F2F sítí.

Napsal: 20 čer 2012, 17:08
od Waseihou
UDT: Breaking the Data Transfer Bottleneck

http://udt.sourceforge.net

Re: Přehled anonymních/šifrovaných P2P/F2F sítí.

Napsal: 20 čer 2012, 18:43
od Waseihou
Making Complex Queries Efficient in Peer-to-Peer Networks

http://etd.ohiolink.edu/send-pdf.cgi/Ya ... 1226695523

Re: Přehled anonymních/šifrovaných P2P/F2F sítí.

Napsal: 20 čer 2012, 23:05
od Waseihou

Re: Přehled anonymních/šifrovaných P2P/F2F sítí.

Napsal: 21 čer 2012, 09:35
od Waseihou
Avalanche: File Swarming with Network Coding
http://research.microsoft.com/en-us/pro ... fault.aspx
--------------------------------------------------------------------------
Comprehensive view of a live network coding P2P system
http://research.microsoft.com/pubs/69452/imc06.pdf

Anatomy of a P2P Content Distribution System with Network Coding
http://research.microsoft.com/pubs/6745 ... rience.pdf

Network Coding for Large Scale Content Distribution
http://research.microsoft.com/pubs/67246/tr-2004-80.pdf