i2p rust wrapper
git clone --recursive https://github.com/kn0sys/j4-i2p-rs
install dependencies
sudo apt install ant gettext
build the jars
cd i2p && ant buildRouter buildI2PTunnelJars buildSAM jbigi buildAddressbook
copy jars to the jassets directory (export J4I2PRS_BASE_PATH=/path/to/jassets
)
mkdir -p ../opt/j4-i2p-rs/jassets && cp build/* ../opt/j4-i2p-rs/jassets/
NOTE: ensure opt is in the root of your project
cp -r j4-i2p-rs/opt .