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
- Host: GitHub
- URL: https://github.com/kn0sys/j4-i2p-rs
- Owner: kn0sys
- License: mit
- Created: 2024-08-20T15:40:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T09:42:24.000Z (over 1 year ago)
- Last Synced: 2025-02-23T16:11:58.300Z (over 1 year ago)
- Topics: i2p, privacy, rust
- Language: Rust
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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 .
```