Aum's I2P Snippets
- I2P SAM - a server and client implementation of
the I2P SAM application protocol
- I2Pmanager - a very user-friendly swiss-army-knife for all things
I2P:
- Not released yet (though you're very welcome to try it)
- Facilitates installation, configuration, use of I2P via GUI
or CLI
- Requires Python 2.3 (on
linux, should be in your distro feed)
- On windows, also requires Python for Windows
Extensions
- On Linux, also requires Tkinter, Tcl
and Tk (should be in your distro feed)
- Read the manual here
- Download the tarball here
- setupServer.py - this is a simple
script that takes an iip domain name, and generates:
- public and private key files
- base64 public key
- a hosts.txt entry for sharing with others
- a tunnel startup script for launching the tunnel to your
server (so that others can reach your service, with the hosts.txt entry
you share with them)
-
- another tunnel script which launches a client tunnel (so you
can test your service in-i2p with your own local client)