MuWire file sharing client for I2P by zlatinb
 
 
Go to file
Zlatin Balevsky 03646e2b90 Document download mesh 2019-06-20 01:19:15 +01:00
cli Release 0.2.10 2019-06-19 17:18:30 +01:00
core increase default tunnel count 2019-06-19 22:24:04 +01:00
doc Document download mesh 2019-06-20 01:19:15 +01:00
gradle/wrapper add gradle wrapper 2019-05-31 17:06:39 +01:00
gui show git revision in title 2019-06-19 22:36:22 +01:00
host-cache switch to jul, reduce aging interval 2019-06-05 20:14:38 +01:00
pinger build files for griffon 2019-05-29 16:08:25 +01:00
update-server print reported version 2019-06-05 10:07:04 +01:00
.gitignore ignore eclipse bin directory 2018-07-11 13:18:27 +01:00
LICENSE Initial commit 2018-07-02 13:42:53 +01:00
README.md always clean 2019-06-19 22:42:05 +01:00
TODO.md update TODO 2019-06-18 09:43:22 +01:00
build.gradle change groovy version to match griffon 2019-06-02 01:20:55 +01:00
gradle.properties Release 0.2.10 2019-06-19 17:18:30 +01:00
gradlew add gradle wrapper 2019-05-31 17:06:39 +01:00
gradlew.bat add gradle wrapper 2019-05-31 17:06:39 +01:00
settings.gradle CLI project 2019-06-04 16:46:32 +01:00

README.md

MuWire - Easy Anonymous File-Sharing

MuWire is an easy to use file-sharing program which offers anonymity using I2P technology. It works on any platform Java works on, including Windows,MacOS,Linux.

It is inspired by the LimeWire Gnutella client and developped by a former LimeWire developer.

The current stable release - 0.2.5 is avaiable for download at http://muwire.com. You can find technical documentation in the "doc" folder.

Building

You need JRE 8 or newer. After installing that and setting up the appropriate paths, just type

./gradlew clean assemble 

If you want to run the unit tests, type

./gradlew clean build

Some of the UI tests will fail because they haven't been written yet :-/

Running

You need to have an I2P router up and running on the same machine. After you build the application, look inside "gui/build/distributions". Untar/unzip one of the "shadow" files and then run the jar contained inside by typing "java -jar MuWire-x.y.z.jar" in a terminal or command prompt. If you use a custom I2CP host and port, create a file $HOME/.MuWire/i2p.properties and put "i2cp.tcp.host=" and "i2cp.tcp.port=" in there.

The first time you run MuWire it will ask you to select a nickname. This nickname will be displayed with search results, so that others can verify the file was shared by you. It is best to leave MuWire running all the time, just like I2P.

Known bugs and limitations

  • Many UI features you would expect are not there yet