I2p-cp

Notifies the client that a new message has been received from the network.

: Since I2P is a packet-switched network where messages can be lost or delayed, I2CP is inherently asynchronous, allowing applications to manage their own reliability or use the built-in streaming library for TCP-like behavior. The Initialization Process

I2CP is essential for the I2P ecosystem because it provides a consistent API for various programming languages. While the primary I2P router is written in Java, I2CP allows clients written in C++, Python, or Go to interface with it seamlessly. This has enabled the integration of I2P into diverse projects, such as the Monero cryptocurrency for transaction privacy. i2p-cp

Are you interested in an I2CP client in a specific language, or A Scalable Framework for Anonymous Communication - I2P

Instructs the router to deliver a payload to a specific I2P Destination. Notifies the client that a new message has

Sent by the router when it needs the client to sign a new set of tunnels for inbound traffic. Significance for Developers

: A CreateSession message is sent, containing the application's configuration and its cryptographic Destination (public key). While the primary I2P router is written in

: The client requests the current network time from the router via GetDate and SetDate messages.