i2pplus

Address Book (addressbook/)

Subscription-based destination management. Fetches hosts.txt files and updates the local naming service.

What It Does

How It Works

  1. Configure subscription URLs (e.g., http://example.i2p/hosts.txt)
  2. Periodic fetch (configurable interval)
  3. Parse destinations from file
  4. Add to local database

hosts.txt Format

# Comments start with #
b32addr.b32.i2p=Base64Destination

Packages

Building

# Gradle
./gradlew :apps:addressbook:jar

# Ant (from repo root)
ant buildAddressbook