p2p
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 86
P2P-Radio 2.0
P2P-Radio provides a peer-to-peer audio and video broadcasting system. more>>
P2P-Radio provides a peer-to-peer audio and video broadcasting system.
P2P-Radio is a peer-to-peer audio (MP3) and video (NSV) broadcasting system that features freeloader detection, stream signing, SHOUTcast support, an easy-to-use GUI, and a separate monitor application which displays the current structure of the P2P network.
P2P-Radio is programmed in Java and runs on Windows, Mac OS X, Linux and many other systems.
Main features:
- Easy to use (graphical user interface)
- You can play the music/video with your media player (i.e. Winamp)
- A Shoutcast/Icecast Internet radio/TV station is used as audio/video source
- Freeloaders (peers that only listen but dont want to send the stream to other listeners) will be detected
- The data stream is signed, you can be sure that it arrives unchanged
- Very efficient communication (low overhead)
- The network structure can be viewed with a monitor
Enhancements:
- Signing of streams has been turned off by default in order to save CPU time (enable it with the parameter "-sign")
- P2P-Radio will only cooperate with a monitor if it was started with the parameter "-enablemonitor"
- Two parameters control whether the media player will be started:
- startmediaplayer: Start the media player in broadcasting mode
- dontstartmediaplayer: Dont start the media player in listening mode
<<lessP2P-Radio is a peer-to-peer audio (MP3) and video (NSV) broadcasting system that features freeloader detection, stream signing, SHOUTcast support, an easy-to-use GUI, and a separate monitor application which displays the current structure of the P2P network.
P2P-Radio is programmed in Java and runs on Windows, Mac OS X, Linux and many other systems.
Main features:
- Easy to use (graphical user interface)
- You can play the music/video with your media player (i.e. Winamp)
- A Shoutcast/Icecast Internet radio/TV station is used as audio/video source
- Freeloaders (peers that only listen but dont want to send the stream to other listeners) will be detected
- The data stream is signed, you can be sure that it arrives unchanged
- Very efficient communication (low overhead)
- The network structure can be viewed with a monitor
Enhancements:
- Signing of streams has been turned off by default in order to save CPU time (enable it with the parameter "-sign")
- P2P-Radio will only cooperate with a monitor if it was started with the parameter "-enablemonitor"
- Two parameters control whether the media player will be started:
- startmediaplayer: Start the media player in broadcasting mode
- dontstartmediaplayer: Dont start the media player in listening mode
Download (0.18MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
990 downloads
JXTA P2P 2.5.1
JXTA platform is an open network computing platform designed for peer-to-peer (P2P) computing. more>>
JXTA platform is an open network computing platform designed for peer-to-peer (P2P) computing. The JXTA platform standardizes the manner in which peers:
- Discover other peers
- Advertise Peer resources (Peer, PeerGroup, Service and Pipe Advertisements)
- Communicate with each other (Pipes)
- Cooperate with each other to form secure peer groups (group membership)
The Platform project is a Java Standard Edition reference implementation of the JXTA protocols.
The Platform project was the original JXTA implementation and was built in Java, because Java enabled us to rapidly prototype and test new ideas and develop a more robust implementation.
Java is available on most client platforms (Unix, Windows, MacOS X, etc.) and allows us to reach the maximum number of potential users.
<<less- Discover other peers
- Advertise Peer resources (Peer, PeerGroup, Service and Pipe Advertisements)
- Communicate with each other (Pipes)
- Cooperate with each other to form secure peer groups (group membership)
The Platform project is a Java Standard Edition reference implementation of the JXTA protocols.
The Platform project was the original JXTA implementation and was built in Java, because Java enabled us to rapidly prototype and test new ideas and develop a more robust implementation.
Java is available on most client platforms (Unix, Windows, MacOS X, etc.) and allows us to reach the maximum number of potential users.
Download (1.1MB)
Added: 2006-10-19 License: SUN Binary Code License Price:
1108 downloads
p2pshaper 1.4.2
p2pshaper is a Linux QoS script to ensure good latency and fairness on a slow network connection overloaded by p2p applications. more>>
p2pshaper is a Linux QoS script to ensure good latency and fairness on a slow network connection overloaded by p2p applications. It also includes generic optimizations to improve fairness. This release includes a large number of improvements since the 1.3 test release.
In short p2pshaper is a set of scripts for the Linux OS, that is used to administer bandwidth on a network overloaded by massive p2p traffic.
Normally, the amount of peer-to-peer traffic on such networks, will make it impossible to surf, not to mention doing interactive traffic (ssh). The normal action is to shut down p2p traffic totally, and set up the net, so that Internet connection is only possible through a proxy. This breaks many useful programs. And not all p2p traffic is evil. Normally, one would mark packets coming to a specific port (emule ports) to be of a lower priority than packets to other ports. This used to be a good solution. But now, there exist a huge number of p2p clients, eact with different port ranges, and also, some programs are able to change the ports. Normally the Internet newsgroup port should have a high priority. But binary newsgroups are sometimes used for massive downloads, which will use up all bandwidth. Better packet markers are needed.
p2pshaper currently exists in two versions p2pshaper v1 and p2pshaper v2. They both works in different ways, so v2 is not "better" than v1. Which one you use depends on what kind of functonality you want.
Enhancements:
- Added unified patches against recent kernels With the amount of patches p2pshaper needs, people have had problems patching kernels. To make this easier, p2pshaper now includes patches for most recent kernels. This will probably ease the installation of
- p2pshaper. Old patches have been moved to the old/ directory.
- Normal connections will never get into the lowest priority bandIntroduced already in the 1.4.1 release. This makes sure that normal traffic isnt nuked all the way into oblivion, where only evil traffic (marked by l7_filter, ipp2p or band8ports) should be.
<<lessIn short p2pshaper is a set of scripts for the Linux OS, that is used to administer bandwidth on a network overloaded by massive p2p traffic.
Normally, the amount of peer-to-peer traffic on such networks, will make it impossible to surf, not to mention doing interactive traffic (ssh). The normal action is to shut down p2p traffic totally, and set up the net, so that Internet connection is only possible through a proxy. This breaks many useful programs. And not all p2p traffic is evil. Normally, one would mark packets coming to a specific port (emule ports) to be of a lower priority than packets to other ports. This used to be a good solution. But now, there exist a huge number of p2p clients, eact with different port ranges, and also, some programs are able to change the ports. Normally the Internet newsgroup port should have a high priority. But binary newsgroups are sometimes used for massive downloads, which will use up all bandwidth. Better packet markers are needed.
p2pshaper currently exists in two versions p2pshaper v1 and p2pshaper v2. They both works in different ways, so v2 is not "better" than v1. Which one you use depends on what kind of functonality you want.
Enhancements:
- Added unified patches against recent kernels With the amount of patches p2pshaper needs, people have had problems patching kernels. To make this easier, p2pshaper now includes patches for most recent kernels. This will probably ease the installation of
- p2pshaper. Old patches have been moved to the old/ directory.
- Normal connections will never get into the lowest priority bandIntroduced already in the 1.4.1 release. This makes sure that normal traffic isnt nuked all the way into oblivion, where only evil traffic (marked by l7_filter, ipp2p or band8ports) should be.
Download (0.11MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1209 downloads
iptables-p2p 0.3.0a
iptables-p2p is an iptables match module capable of matching various peer-to-peer networks. more>>
iptables-p2p is an iptables match module capable of matching various peer-to-peer networks. It works by examining the application-layer protocol.
This is how you install iptables-p2p:
1. Copy the iptables headers to an appropriate place (/usr/include) or install the iptables-dev package if your distro has one. (see Installing iptables headers)
2. Run make in order to compile iptables-p2p.
3. Insert the kernel/ipt_p2p.o module directly using insmod or copy it into your modules directory. If you are using a 2.6 kernel, the module is named kernel/ipt_p2p.ko.
4. Insert the iptables library libipt_p2p.so into the iptables lib directory (usually /lib/iptables).
Enhancements:
- 0.3.0a
- Fixed iptables-save/iptables-restore
- Fixed module versioning support
<<lessThis is how you install iptables-p2p:
1. Copy the iptables headers to an appropriate place (/usr/include) or install the iptables-dev package if your distro has one. (see Installing iptables headers)
2. Run make in order to compile iptables-p2p.
3. Insert the kernel/ipt_p2p.o module directly using insmod or copy it into your modules directory. If you are using a 2.6 kernel, the module is named kernel/ipt_p2p.ko.
4. Insert the iptables library libipt_p2p.so into the iptables lib directory (usually /lib/iptables).
Enhancements:
- 0.3.0a
- Fixed iptables-save/iptables-restore
- Fixed module versioning support
Download (0.016MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1209 downloads
ANts P2P 1.5.9 Beta
ANts P2P realizes a third generation P2P net. more>>
ANts P2P realizes a third generation P2P net. ANts P2P protects your privacy while you are connected and makes you not trackable, hiding your identity (ip) and crypting everything you are sending/receiving from others.
Main features:
- Open Source Java implementation (GNU-GPL license)
- Multiple sources download
- Swarming from partial files
- Automatic resume and sources research over the net
- Search by hash, string and structured query
- Completely Object-Oriented routing protocol
- Point to Point secured comunication: DH(512)-AES(128)
- EndPoint to EndPoint secured comunication: DH(512)-AES(128)
- Serverless GWebCache-based peer dicovery procedure
- IRC based peer discovery system
- IRC embeded chat system
- Full text search of indexed documents (pdf, html, txt, doc etc) -> QUERY REFERENCE.
- Distributed/Decentralized Search engine
- HTTP tunneling
- ANts allow P2P communications through any kind of HTTP Proxy
- ANts allow P2P communications through any kind of NAT or traffic filtering system
<<lessMain features:
- Open Source Java implementation (GNU-GPL license)
- Multiple sources download
- Swarming from partial files
- Automatic resume and sources research over the net
- Search by hash, string and structured query
- Completely Object-Oriented routing protocol
- Point to Point secured comunication: DH(512)-AES(128)
- EndPoint to EndPoint secured comunication: DH(512)-AES(128)
- Serverless GWebCache-based peer dicovery procedure
- IRC based peer discovery system
- IRC embeded chat system
- Full text search of indexed documents (pdf, html, txt, doc etc) -> QUERY REFERENCE.
- Distributed/Decentralized Search engine
- HTTP tunneling
- ANts allow P2P communications through any kind of HTTP Proxy
- ANts allow P2P communications through any kind of NAT or traffic filtering system
Download (MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
855 downloads
Anatomic P2P (GUI Client) 0.1 RC1
Anatomic P2P is a BitTorrent Client written in GTK with an extension enabling decentralisation. more>>
Anatomic P2P is a BitTorrent Client written in GTK with an extension enabling decentralisation.
It is written in pygtk using the original core of BitTornado and it can access the Anatomic P2P network of supernodes and trackers so that files can be swarmed over multiple nodes on the network creating great efficiency.
<<lessIt is written in pygtk using the original core of BitTornado and it can access the Anatomic P2P network of supernodes and trackers so that files can be swarmed over multiple nodes on the network creating great efficiency.
Download (0.012MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1507 downloads
Postit 0.2
PostIt Firefox extension is a Peer-to-Peer bookmarking system. more>>
It is very similar to del.icio.us and in addition, it enables conversations around posts. To use the PostIt extension, you need to download and install the Indus Live SDK (available at http://www.aumeganetworks.com) which provides access to the P2P network and the PostIt application (available at http://www.aumeganetworks.com) which can be installed using the Indus Live toolbar.
PostIt currently features abilities to mark-and-post any web content, bookmark pages, add contacts, share and reply to posts, editing and organisation of posts. Indus Live has been designed to enable implementation and hosting of open source P2P services and developers are encouraged to improve PostIt (sources available from http://sourceforge.net/projects/indus) and add other P2P services. Current plans include adding tags, public posts and search, post to blogs, feeds of tagged posts and import/export of posts.
<<lessPostIt currently features abilities to mark-and-post any web content, bookmark pages, add contacts, share and reply to posts, editing and organisation of posts. Indus Live has been designed to enable implementation and hosting of open source P2P services and developers are encouraged to improve PostIt (sources available from http://sourceforge.net/projects/indus) and add other P2P services. Current plans include adding tags, public posts and search, post to blogs, feeds of tagged posts and import/export of posts.
Download (0.005MB)
Added: 2007-05-30 License: MPL (Mozilla Public License) Price:
903 downloads
Phex 3.2.0
Phex is a P2P filesharing client which is based on the Gnutella network. more>>
Phex is a P2P filesharing client which is based on the Gnutella network. Phex offers advanced functions and integrates all common Gnutella extensions like multi-source downloads and advanced search features.
Main features:
Phex is a FREE of spyware and adware
- Phex never containd any kind of spyware, adware or any other kind of bundled software.
Multi-plattform support
- Whether you use MAC OS X, Linux, Solaris, or Windows Phex is able to run on them all. All you need is a operation system that offers a Java 1.4 Runtime Environment.
Multi-source downloads (Swarming)
- Often the file you like to download is available on different hosts. Phex will request different segment of the file from each host in parallel. After successfully downloading a segment Phex will merge it with the other segments of the file. This results in a much higher download speed. If a host is too slow the segment is split during download and given to an another host. To make sure you never run out of hosts Phex is able to find new download hosts by itself with the automatic search functionality.
Advanced configuration options
- Phex offers very advanced configuration options. Much more then many other clients can offer. Especially advanced user can configure Phex according to there needs and are able to tune and see the effect of different settings.
Passive searching and snooping for files
- With the passive search functionality Phex is able to constantly monitor the traffic that goes through the network and collect search results that match your passive search term. Also Phex snoops the traffic for new download candidates you need to finish your downloads faster. This type of searching is usefull for longtime monitoring of available files on the network.
Other features include:
- Multiple searches.
- Ultrapeer and compression technology for reduced bandwidth.
- Integrated chat.
- Browse host support.
- Bitzi metadata lookup.
- MAGMA support.
Enhancements:
- The GUI received many smaller improvements and a multitude of lesser and bigger changes happened under the hood.
- Download-side THEX integration was added, so poisoned files are no longer possible.
- The upload architecture was redesigned and a far leaner security system is used for better performance and a vastly reduced memory footprint.
- Many bugs were fixed.
<<lessMain features:
Phex is a FREE of spyware and adware
- Phex never containd any kind of spyware, adware or any other kind of bundled software.
Multi-plattform support
- Whether you use MAC OS X, Linux, Solaris, or Windows Phex is able to run on them all. All you need is a operation system that offers a Java 1.4 Runtime Environment.
Multi-source downloads (Swarming)
- Often the file you like to download is available on different hosts. Phex will request different segment of the file from each host in parallel. After successfully downloading a segment Phex will merge it with the other segments of the file. This results in a much higher download speed. If a host is too slow the segment is split during download and given to an another host. To make sure you never run out of hosts Phex is able to find new download hosts by itself with the automatic search functionality.
Advanced configuration options
- Phex offers very advanced configuration options. Much more then many other clients can offer. Especially advanced user can configure Phex according to there needs and are able to tune and see the effect of different settings.
Passive searching and snooping for files
- With the passive search functionality Phex is able to constantly monitor the traffic that goes through the network and collect search results that match your passive search term. Also Phex snoops the traffic for new download candidates you need to finish your downloads faster. This type of searching is usefull for longtime monitoring of available files on the network.
Other features include:
- Multiple searches.
- Ultrapeer and compression technology for reduced bandwidth.
- Integrated chat.
- Browse host support.
- Bitzi metadata lookup.
- MAGMA support.
Enhancements:
- The GUI received many smaller improvements and a multitude of lesser and bigger changes happened under the hood.
- Download-side THEX integration was added, so poisoned files are no longer possible.
- The upload architecture was redesigned and a far leaner security system is used for better performance and a vastly reduced memory footprint.
- Many bugs were fixed.
Download (3.5MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
2365 downloads
SopCast 1.0.2
SopCast is a simple, free way to broadcast video and audio or watch the video and listen to radio on the Internet. more>>
SopCast is a simple, free way to broadcast video and audio or watch the video and listen to radio on the Internet. Adopting P2P(Peer-to-Peer) technology, It is very efficient and easy to use.
Let anyone become a broadcaster without the costs of a powerful server and vast bandwidth. You can build your own TV stations comparable with large commercial sites with minimal resources.
With SopCast, you can serve 10,000 online users with a PC and a home broadband connection
Main features:
- Get stream data from many nodes on the SOP network at the same time(P2P transfer), make the channel more available and stable.
- Build your own channels and broadcast it over the Internet.
- Streaming many stream file types, asf, wmv, rm, rmvb. etc.
- Support for loop file playing.
- A build-in TV station retransmit the channels from other stream media servers.
- Support for many stream network transfer protocol. mms, rtsp, http etc.
- Monitor broadcast source quality and channel quality to help audiences to select a appropriate channel.
- Record the clips when you are watching it.
- Total memory cache, no harm to the harddisk.
- Support for authentication on both the broadcaster and the audiences.
- Support multiple channels broadcast on the same server.
- Small green software, no registry change, no system file change.
- Support URL visit. You can place your URL in your website and the others can earier to view your media.
<<lessLet anyone become a broadcaster without the costs of a powerful server and vast bandwidth. You can build your own TV stations comparable with large commercial sites with minimal resources.
With SopCast, you can serve 10,000 online users with a PC and a home broadband connection
Main features:
- Get stream data from many nodes on the SOP network at the same time(P2P transfer), make the channel more available and stable.
- Build your own channels and broadcast it over the Internet.
- Streaming many stream file types, asf, wmv, rm, rmvb. etc.
- Support for loop file playing.
- A build-in TV station retransmit the channels from other stream media servers.
- Support for many stream network transfer protocol. mms, rtsp, http etc.
- Monitor broadcast source quality and channel quality to help audiences to select a appropriate channel.
- Record the clips when you are watching it.
- Total memory cache, no harm to the harddisk.
- Support for authentication on both the broadcaster and the audiences.
- Support multiple channels broadcast on the same server.
- Small green software, no registry change, no system file change.
- Support URL visit. You can place your URL in your website and the others can earier to view your media.
Download (0.40MB)
Added: 2007-01-03 License: GPL (GNU General Public License) Price:
115335 downloads
OpenVPN 2.0.2
OpenVPN is an easy-to-use, robust, and highly configurable VPN (Virtual Private Network) daemon. more>>
OpenVPN is a full-featured SSL VPN solution which can accomodate a wide range of configurations, including remote access, site-to-site VPNs, WiFi security, and enterprise-scale remote access solutions with load balancing, failover, and fine-grained access-controls (articles) (examples) (security overview) (non-english languages).
OpenVPN implements OSI layer 2 or 3 secure network extension using the industry standard SSL/TLS protocol, supports flexible client authentication methods based on certificates, smart cards, and/or 2-factor authentication, and allows user or group-specific access control policies using firewall rules applied to the VPN virtual interface.
OpenVPN is not a web application proxy and does not operate through a web browser.
Enhancements:
- Fixed regression bug in Win32 installer, introduced in 2.0.1, which incorrectly set OpenVPN service to autostart.
- Dont package source code zip file in Windows installer in order to reduce the size of the installer. The source zip file can always be downloaded separately if needed.
- Fixed bug in route.c in FreeBSD, Darwin, OpenBSD and NetBSD version of get_default_gateway. Allocated socket for route manipulation is never freed so number of mbufs continuously grow and exhaust system resources after a while.
- Fixed bug where "--proto tcp-server --mode p2p --management host port" would cause the management port to not respond until the OpenVPN peer connects.
- Modified pkitool script to be /bin/sh compatible
<<lessOpenVPN implements OSI layer 2 or 3 secure network extension using the industry standard SSL/TLS protocol, supports flexible client authentication methods based on certificates, smart cards, and/or 2-factor authentication, and allows user or group-specific access control policies using firewall rules applied to the VPN virtual interface.
OpenVPN is not a web application proxy and does not operate through a web browser.
Enhancements:
- Fixed regression bug in Win32 installer, introduced in 2.0.1, which incorrectly set OpenVPN service to autostart.
- Dont package source code zip file in Windows installer in order to reduce the size of the installer. The source zip file can always be downloaded separately if needed.
- Fixed bug in route.c in FreeBSD, Darwin, OpenBSD and NetBSD version of get_default_gateway. Allocated socket for route manipulation is never freed so number of mbufs continuously grow and exhaust system resources after a while.
- Fixed bug where "--proto tcp-server --mode p2p --management host port" would cause the management port to not respond until the OpenVPN peer connects.
- Modified pkitool script to be /bin/sh compatible
Download (0.64MB)
Added: 2005-09-16 License: GPL (GNU General Public License) Price:
1502 downloads
NapShare 2.2.3
NapShare is a fully automated, multi network P2P client made to run 24/7 unattended. more>>
NapShare project is a fully automated, multi network P2P client made to run 24/7 unattended.
Searching and automatic downloading happen without any user intervention. You supply a list of keywords and filters for the file types you want and it downloads overnight, automatically, also sharing whatever it gets. The automated "brain" tries to simulate searching and downloading like a human would.
Take a nap while it does the work!
Its a complete P2P client, with all the features. It connects to the Key Network and also interoperates with MUTE Network clients. It protects privacy by using a Virtual IP address and other software features.
Written using wxWindows/wxWidgets for multi-platform versions.
<<lessSearching and automatic downloading happen without any user intervention. You supply a list of keywords and filters for the file types you want and it downloads overnight, automatically, also sharing whatever it gets. The automated "brain" tries to simulate searching and downloading like a human would.
Take a nap while it does the work!
Its a complete P2P client, with all the features. It connects to the Key Network and also interoperates with MUTE Network clients. It protects privacy by using a Virtual IP address and other software features.
Written using wxWindows/wxWidgets for multi-platform versions.
Download (0.70MB)
Added: 2006-05-12 License: GPL (GNU General Public License) Price:
1264 downloads
iPirate 28032003
iPirate project is a small application for sharing files between two friends. more>>
iPirate project is a small application for sharing files between two friends.
iPirate was written in a day because I wanted to download some songs from a friend of mine, whose internet connection does not allow connections from internet to his machine (so FTP and friends are out).
I also did not want to use any established P2P software, because this is just a small and private sharing of files. Furthermore, I found it fun to code such a program.
The features include sharing your files, search for files containg a string, listing a users files and downloading files from a user.
Due to the circumstances that lead to the writing of this software, the program supports two modes of download: you either connect to the machine you want to download stuff from and say: start sending data, or you let the remote machine connect to your machine and receive the given data.
<<lessiPirate was written in a day because I wanted to download some songs from a friend of mine, whose internet connection does not allow connections from internet to his machine (so FTP and friends are out).
I also did not want to use any established P2P software, because this is just a small and private sharing of files. Furthermore, I found it fun to code such a program.
The features include sharing your files, search for files containg a string, listing a users files and downloading files from a user.
Due to the circumstances that lead to the writing of this software, the program supports two modes of download: you either connect to the machine you want to download stuff from and say: start sending data, or you let the remote machine connect to your machine and receive the given data.
Download (0.004MB)
Added: 2006-11-23 License: GPL (GNU General Public License) Price:
1066 downloads
Peers 0.20050929
Peers is a distributed programming toolkit designed for building peer-to-peer systems. more>>
Peers is a distributed programming toolkit designed for building peer-to-peer systems. The toolkit is a hybrid language project which offers low level primitives for managing concurrency and communication.
Using these primitives, complex P2P protocols and complete systems can be designed and implemented in Python, while maintaining high performance for critical operations.
Enhancements:
- [python] Fixed the exceptions. Now peers exceptions have native python exception representation
- [python] Fixes in the peers-python reference count binding for python-land pointers entering the peers kernel
- [python] Fixed bind/unbind for local objects. bind/unbind are now instance methods that can be normally called.
- [python] Eliminated copying in the python representation of x_data
- [python] Added marshalling support
- [python] Fixed old-style class support in multi-methods
- [rpcc] Eliminated conditions of conflicting type regisration in generated Boost bindings
- [rpcc] Makefile/rule file generation scripts
- [rpcc] python-land marshalling support for XX structs
- [cxx] Added support for GNU libg++ atomic reference counts
- [cxx] Removed the immediate dispatch of remote call returns in the event loop, as it can violate logical ordering if back-calls are performed in the same context.
<<lessUsing these primitives, complex P2P protocols and complete systems can be designed and implemented in Python, while maintaining high performance for critical operations.
Enhancements:
- [python] Fixed the exceptions. Now peers exceptions have native python exception representation
- [python] Fixes in the peers-python reference count binding for python-land pointers entering the peers kernel
- [python] Fixed bind/unbind for local objects. bind/unbind are now instance methods that can be normally called.
- [python] Eliminated copying in the python representation of x_data
- [python] Added marshalling support
- [python] Fixed old-style class support in multi-methods
- [rpcc] Eliminated conditions of conflicting type regisration in generated Boost bindings
- [rpcc] Makefile/rule file generation scripts
- [rpcc] python-land marshalling support for XX structs
- [cxx] Added support for GNU libg++ atomic reference counts
- [cxx] Removed the immediate dispatch of remote call returns in the event loop, as it can violate logical ordering if back-calls are performed in the same context.
Download (0.21MB)
Added: 2005-09-30 License: GPL (GNU General Public License) Price:
1485 downloads
AMI 0.2.1
AMI provides a full P2P network. more>>
AMI provides a full P2P network.
AMI is a universal P2P framework written in Java and XML. It allows people to communicate using plug-in AMI protocols. It can support any P2P protocol.
<<lessAMI is a universal P2P framework written in Java and XML. It allows people to communicate using plug-in AMI protocols. It can support any P2P protocol.
Download (0.97MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
957 downloads
Lphant 2.00 Beta2
Lphant is a peer to peer filesharing program. more>>
Lphant is a peer to peer filesharing program.
Main features:
- Free P2P File Sharing Application
- Compatible with emule/edonkey
- New!!! Compatible with BitTorrent
- Easy to use and configure
- Fast and stable
- Webcache support
- Skins
- Multilanguage
- Same file format than emule, you can change between lphant and emule and continue your downloads without problems
Whats New in 2.00 Beta2 Release:
- In the first Beta version of Lphant 2.0 we added the Bittorrent network integrating it with the eDonkey network with very good results, in this second Beta version many bugs have been fixed , the Web interface was updated to support Bittorrent integration (by Galvesband) and French language is updated (by Feuerfrei and Ericc)
Whats New in 1.11 Release:
- Juanjo: fixed, sometimes sources can stand in "pending" status too many time
- Juanjo: connections to sources are handled better now
- Juanjo: important memory usage optimizations
- Juanjo: stability improved
- Juanjo: auto recover bad preferences values
- Juanjo: ignore "zambor" messages
<<lessMain features:
- Free P2P File Sharing Application
- Compatible with emule/edonkey
- New!!! Compatible with BitTorrent
- Easy to use and configure
- Fast and stable
- Webcache support
- Skins
- Multilanguage
- Same file format than emule, you can change between lphant and emule and continue your downloads without problems
Whats New in 2.00 Beta2 Release:
- In the first Beta version of Lphant 2.0 we added the Bittorrent network integrating it with the eDonkey network with very good results, in this second Beta version many bugs have been fixed , the Web interface was updated to support Bittorrent integration (by Galvesband) and French language is updated (by Feuerfrei and Ericc)
Whats New in 1.11 Release:
- Juanjo: fixed, sometimes sources can stand in "pending" status too many time
- Juanjo: connections to sources are handled better now
- Juanjo: important memory usage optimizations
- Juanjo: stability improved
- Juanjo: auto recover bad preferences values
- Juanjo: ignore "zambor" messages
Download (0.34MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1539 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above p2p search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed