Page 1 of 1

ADC over I2P

Posted: 30 Oct 2014, 23:10
by klondike
I2P is a privacy network similar to Tor which provides models for both TCP like streams [1] and UDP like datagrams [2] and is oriented towards P2P usage.

My proposal is to use base32 addresses instead of IP addresses allocating for that a new INF subtype (I2). The port for datagrams could be indicated using U2 (although the protocol isn't exactly UDP). We'd map any TCP or TLS connection to streaming layer data and map UDP to the datagram layer. For simplicity, the INF features would be TCP2 and UDP2 (although the protocols are neither UDP nor TCP).

[1] https://geti2p.net/en/docs/api/streaming
[2] https://geti2p.net/en/docs/spec/datagrams