mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-14 20:36:34 +02:00
16 lines
739 B
Markdown
16 lines
739 B
Markdown
|
---
|
|||
|
tags: ["kovri"]
|
|||
|
terms: ["I2PControl"]
|
|||
|
summary: "An API inteface for Kovri and Java-I2P that allows simple remote control"
|
|||
|
---
|
|||
|
|
|||
|
### 基础知识
|
|||
|
|
|||
|
@I2Pcontrol是一个用于@Kovri和@Java-I2P的[JSONRPC2](https://en.wikipedia.org/wiki/JSON-RPC) [API](https://en.wikipedia.org/wiki/Application_programming_interface),它允许@I2Pcontrol客户端远程控制/监视正在运行的实例。
|
|||
|
|
|||
|
两个可用的@I2PControl客户端分别是:[qtoopie](https://github.com/EinMByte/qtoopie) (c++客户端)和[itoopie](https://github.com/i2p/i2p.itoopie) (Java客户端)。读取 `kovri.conf` 为@Kovri配置@I2PControl。
|
|||
|
|
|||
|
### 深度信息
|
|||
|
|
|||
|
[I2PControl](https://geti2p.net/en/docs/api/i2pcontrol)页面提供了详细信息和规范。
|