syvita / nano

0 dependency, cross-platform I2P.core wrapper with a SAM interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NANO

Zero dependency, small footprint, cross-platform I2P Java Router with a simple tunnel controller and SAM interface

NANO is a wrapper of I2P.core using only a subset of it's massive codebase.

This project is a fork of github.com/i2p-zero/i2p-zero made by @nurviro, @dginovker, @Malinero, @eyedeekay, @jtgrassie & @knaccc.

Running

Clone it.

git clone https://github.com/syvita/nano.git

Enter it.

cd nano

Build it.

chmod 777 ./build.sh && ./build.sh

Unarchive it.

unzip dist-zip/NANO-${YOUR_OPERATING_SYSTEM}.${VERSION}.zip

Run it.

# MAC OS

chmod 777 ./dist-zip/NANO-mac.${VERSION}/router/bin/launch.sh
./dist-zip/NANO-mac.${VERSION}/router/bin/launch.sh

# LINUX

chmod 777 ./dist-zip/NANO-linux.${VERSION}/router/bin/i2p-zero
./dist-zip/NANO-linux.${VERSION}/router/bin/i2p-zero

About

0 dependency, cross-platform I2P.core wrapper with a SAM interface.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 74.3%Language:Shell 22.3%Language:NSIS 3.3%Language:Batchfile 0.1%