2011-06-10 06:40:36 +00:00
|
|
|
I2PControl
|
|
|
|
API for remote control of I2P via a JSON-RPC library.
|
2018-02-02 14:48:14 +00:00
|
|
|
|
|
|
|
See i2pcontrol.py for a test client.
|
|
|
|
Default host is 127.0.0.1.
|
|
|
|
Default port is 7650.
|
|
|
|
Default password is "itoopie".
|
|
|
|
|
2018-02-07 13:47:01 +00:00
|
|
|
You may change the API password via the API,
|
|
|
|
or via a browser at https://127.0.0.1:7650/
|
|
|
|
|
2018-02-02 14:48:14 +00:00
|
|
|
Version 1 API specification:
|
|
|
|
http://i2p-projekt.i2p/en/docs/api/i2pcontrol
|
|
|
|
https://geti2p.net/en/docs/api/i2pcontrol
|
|
|
|
|
|
|
|
Version 2 API proposal:
|
|
|
|
http://i2p-projekt.i2p/spec/proposals/118-i2pcontrol-api-2
|
|
|
|
https://geti2p.net/spec/proposals/118-i2pcontrol-api-2
|