An open API service indexing awesome lists of open source software.

https://github.com/kn0sys/j4-i2p-rs

Java for I2P Rust wrapper
https://github.com/kn0sys/j4-i2p-rs

i2p privacy rust

Last synced: 9 days ago
JSON representation

Java for I2P Rust wrapper

Awesome Lists containing this project

README

          

[![build](https://github.com/kn0sys/j4-i2p-rs/actions/workflows/build.yml/badge.svg)](https://github.com/kn0sys/j4-i2p-rs/actions/workflows/build.yml)

# j4-i2p-rs

i2p rust wrapper

## Getting Started

```bash
git clone --recursive https://github.com/kn0sys/j4-i2p-rs
```

install dependencies

```bash
sudo apt install ant gettext
```
build the jars

```bash
cd i2p && ant buildRouter buildI2PTunnelJars buildSAM jbigi buildAddressbook
```

copy jars to the jassets directory (`export J4I2PRS_BASE_PATH=/path/to/jassets`)

```bash
mkdir -p ../opt/j4-i2p-rs/jassets && cp build/* ../opt/j4-i2p-rs/jassets/
```
NOTE: ensure opt is in the root of your project

```bash
cp -r j4-i2p-rs/opt .
```