Hi, I thought you might be interested to know that we have just added support for Maven-style MD5 checking in Dijjer.

Dijjer is a peer-to-peer HTTP cache. It is a small Java application that acts as a HTTP proxy on a users machine, through which the user can download files from the world wide web. When a file is first downloaded through Dijjer, it is "pulled" into a distributed, decentralized peer-to-peer network consisting of all other users running the Dijjer software. Subsequent downloads of the file will either come from a combination of the original web server, and other peers in the network, or will come entirely from other peers in the network.

Dijjer is not a transparent HTTP cache (although it could be modified such that it is). Rather, to download a file through Dijjer, its URL must be prefixed with a short string of text, typically "http:// 127.0.0.1:9115/".

Dijjer's purpose is similar to that of BitTorrent, but it has a number of important differences/advantages that are outlined on its website at http://dijjer.org/.

To use Dijjer, simply grab the .jar from http://downloads.dijjer.org/ dijjer.jar, run it as follows:

java -jar dijjer.jar

Visit http://127.0.0.1:9115/ in your browser to verify that Dijjer is up and running (you will see a simple status page). You may want to give Dijjer a few seconds to connect to some other peers in the network.

You can then download almost any file that is available on a web server through Dijjer simply by pre-pending http://127.0.0.1:9115/ to its URL.

The first person to download a given file will result in that file being "pulled" into the Dijjer P2P network, subsequent downloads will come from other peers in the network, rather than directly from the download server, resulting (hopefully!) in significantly reduced server-side bandwidth requirements for popular files.

There is plenty of information about Dijjer's internal workings at:

  http://dijjer.org/wiki/Development

Anyone interested is also invited to sign up to our development mailing list at:

  http://lists.sourceforge.net/lists/listinfo/dijjer-devel

Ian.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to