Simple Web P2P


ScreenShots
Downloads
Documentation
Sourceforge

Project

Bugs
News
Contact

Downloads

v0.3.3
v0.3.4
v0.3.6
v0.3.7
v0.3.8
v0.3.10
v0.4.0
          v0.4.1

CVS

Cvs repository
       


What is Web p2p?


Web p2p is like a web server but only for share a directory of your computer. You can browse, download or get information about files, special mp3 files.
Web p2p is easy to configure. Only put the port, the share folder, and a search integration server in the config file and run the program.

What is a Searh Integration Point?


A search integration point is a version of the program that only can be used for searchs. The server have a list of nodes.  The integration point query all the server for all the files that are being shared at the moment and generates a cache with the files. When someone want a file only have to query the integration point and it will reponse with the node that have the file.

The Search integration points can query other SIPs.


What is the MAX_JUMPS parameter?

The max_jumps parameter is a compile-time option for limite the maximum jumps for a search in the SIPs. Example:

A(client and waiting) --->  B (SIP,searching and waiting) ---> C(SIP, limit, 2 JUMPS)

If no MAX_JUMPS the SIPs will be searching at the end of times.


Supported Networks

The program support his own protocol, and search and downloads without resume from gnutella nodes that allow host browsing.

You can search in gnutella nodes with x-gnutella-packets output, old bear share isn't supported.

Sopported Systems

The program supports Linux, MacOS X and SUN OS. You need gcc to compile.
 Remeber that the program requires root privileges to run.


Project supported by:
SourceForge.net Logo
Simple Web P2P

Beta Version: 0.4
Revision: 1

Features of the version

- New gnutella bridge, you can download and search for files from gnutella nodes.

- New md5 hash for check the file.

- Fixed bugs.