I2p-cp -
Are you interested in an I2CP client in a specific language, or A Scalable Framework for Anonymous Communication - I2P
: 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 i2p-cp
: The client application and the I2P router can reside on the same machine or different ones, communicating over a local or network socket. Are you interested in an I2CP client in
Notifies the client that a new message has been received from the network. To establish a connection through the network, a
To establish a connection through the network, a client follows a specific handshake and setup sequence via I2CP:
: I2CP handles the high-level requests from applications (e.g., "send this data to this destination") and translates them into the lower-level tunnel and Garlic routing mechanisms used by the I2P network.