Clarity in Design
A client for a local I2P instance. Can be ran within the Service Bus as a Service.
Request BTC/XMR/ZEC address for a donation at brian@resolvingarchitecture.io.
!! WIP - not stable until version 1.0 !!
*[x] Connect with local instance *[x] Create minimal CLI *[x] Lists known aliases with b32 addresses (from published personal addressbook - .i2p/eepsite/docroot/hosts.txt) *[x] Find a specific destination based on an alias *[x] Ping/Pong (Code implemented; waiting on SAM 3.2 support - currently only supporting 3.0-3.1) *[ ] Support requesting EEPSite pages persisting locally *[ ] Send message over I2P *[ ] Receive message over I2P *[ ] Determine if local I2P router installed *[ ] Determine local I2P router status *[ ] Auto-install I2P router *[ ] Support service_bus crate implementing Service trait *[ ] Control local I2P router instance lifecycle (start/stop)
!! WIP - not stable until version 1.0 !!
shell script
sudo apt-add-repository ppa:i2p-maintainers/i2p
sudo apt-get update
sudo apt-get install I2P
shell script
i2prouter start
shell script
i2prouter stop
shell script
sudo apt update
sudo apt upgrade
curl https://sh.rustup.rs -sSf | sh
shell script
rustc --version
shell script
sudo apt install build-essential