Přehled anonymních/šifrovaných P2P/F2F sítí.
Moderátoři: Komise předsedajících, Kampaňový tým, Finanční tým, Zahraniční, Vedoucí RT
-
- Návštěvník – nepatří k Pirátům
- Příspěvky: 471
- Registrován: 05 úno 2012, 21:29
- Profese: moudrý rádce
- Dal poděkování: 11 poděkování
- Dostal poděkování: 186 poděkování
Re: Přehled anonymních/šifrovaných P2P/F2F sítí.
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
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
Mám Aspergerův syndrom a je to super! Nootropika navrch? Yes!!!
-
- Návštěvník – nepatří k Pirátům
- Příspěvky: 471
- Registrován: 05 úno 2012, 21:29
- Profese: moudrý rádce
- Dal poděkování: 11 poděkování
- Dostal poděkování: 186 poděkování
Re: Přehled anonymních/šifrovaných P2P/F2F sítí.
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/
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/
Mám Aspergerův syndrom a je to super! Nootropika navrch? Yes!!!
-
- Návštěvník – nepatří k Pirátům
- Příspěvky: 471
- Registrován: 05 úno 2012, 21:29
- Profese: moudrý rádce
- Dal poděkování: 11 poděkování
- Dostal poděkování: 186 poděkování
Re: Přehled anonymních/šifrovaných P2P/F2F sítí.
Hodně materiálů, videa přednášek o p2p
http://p2pframework.com/ws2011/p2pnets/
pro stažení všeho: wget -m <url>
http://p2pframework.com/ws2011/p2pnets/
pro stažení všeho: wget -m <url>
Mám Aspergerův syndrom a je to super! Nootropika navrch? Yes!!!
-
- Návštěvník – nepatří k Pirátům
- Příspěvky: 471
- Registrován: 05 úno 2012, 21:29
- Profese: moudrý rádce
- Dal poděkování: 11 poděkování
- Dostal poděkování: 186 poděkování
Re: Přehled anonymních/šifrovaných P2P/F2F sítí.
Mám Aspergerův syndrom a je to super! Nootropika navrch? Yes!!!
-
- Návštěvník – nepatří k Pirátům
- Příspěvky: 471
- Registrován: 05 úno 2012, 21:29
- Profese: moudrý rádce
- Dal poděkování: 11 poděkování
- Dostal poděkování: 186 poděkování
Re: Přehled anonymních/šifrovaných P2P/F2F sítí.
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
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
Mám Aspergerův syndrom a je to super! Nootropika navrch? Yes!!!
-
- Návštěvník – nepatří k Pirátům
- Příspěvky: 471
- Registrován: 05 úno 2012, 21:29
- Profese: moudrý rádce
- Dal poděkování: 11 poděkování
- Dostal poděkování: 186 poděkování
Re: Přehled anonymních/šifrovaných P2P/F2F sítí.
Universal Connection Establishment
http://kops.ub.uni-konstanz.de/bitstrea ... isited.pdf
http://ice.in.htwg-konstanz.de/
http://kops.ub.uni-konstanz.de/bitstrea ... isited.pdf
http://ice.in.htwg-konstanz.de/
Mám Aspergerův syndrom a je to super! Nootropika navrch? Yes!!!
-
- Návštěvník – nepatří k Pirátům
- Příspěvky: 471
- Registrován: 05 úno 2012, 21:29
- Profese: moudrý rádce
- Dal poděkování: 11 poděkování
- Dostal poděkování: 186 poděkování
Re: Přehled anonymních/šifrovaných P2P/F2F sítí.
Mám Aspergerův syndrom a je to super! Nootropika navrch? Yes!!!
-
- Návštěvník – nepatří k Pirátům
- Příspěvky: 471
- Registrován: 05 úno 2012, 21:29
- Profese: moudrý rádce
- Dal poděkování: 11 poděkování
- Dostal poděkování: 186 poděkování
Re: Přehled anonymních/šifrovaných P2P/F2F sítí.
Making Complex Queries Efficient in Peer-to-Peer Networks
http://etd.ohiolink.edu/send-pdf.cgi/Ya ... 1226695523
http://etd.ohiolink.edu/send-pdf.cgi/Ya ... 1226695523
Mám Aspergerův syndrom a je to super! Nootropika navrch? Yes!!!
-
- Návštěvník – nepatří k Pirátům
- Příspěvky: 471
- Registrován: 05 úno 2012, 21:29
- Profese: moudrý rádce
- Dal poděkování: 11 poděkování
- Dostal poděkování: 186 poděkování
Re: Přehled anonymních/šifrovaných P2P/F2F sítí.
Mám Aspergerův syndrom a je to super! Nootropika navrch? Yes!!!
-
- Návštěvník – nepatří k Pirátům
- Příspěvky: 471
- Registrován: 05 úno 2012, 21:29
- Profese: moudrý rádce
- Dal poděkování: 11 poděkování
- Dostal poděkování: 186 poděkování
Re: Přehled anonymních/šifrovaných P2P/F2F sítí.
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
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
Mám Aspergerův syndrom a je to super! Nootropika navrch? Yes!!!