Difference between revisions of "I2Pd"

From I2P Wiki
Jump to navigation Jump to search
m (→‎External links: link, http > https)
(updated)
Line 1: Line 1:
  +
The '''Invisible Internet Protocol (daemon)''' (short ''I2Pd''<!-- The short form must be I2Pd, because it is based on I2P --> or also ''I2P Daemon'') describes itself as a full-featured C++ implementation of I2P client.
[[Category:I2P]]
 
  +
[[Category:HowTo]]
 
[[Category:I2P implementation]]
 
 
== Introduction ==
 
== Introduction ==
 
I2Pd is a project implementing the I2P router in C++ instead of Java (in order to require less CPU power and RAM).
 
I2Pd is a project implementing the I2P router in C++ instead of Java (in order to require less CPU power and RAM).
Line 13: Line 12:
 
As of 2019 it almost has a full feature parity with Java I2P implementation.
 
As of 2019 it almost has a full feature parity with Java I2P implementation.
   
== i2pd.conf configuration file ==
+
== I2Pd.conf configuration file ==
 
=== To browse I2P web sites ===
 
=== To browse I2P web sites ===
 
I2Pd has SOCKS Proxy enabled by default on port '''4447'''.
 
I2Pd has SOCKS Proxy enabled by default on port '''4447'''.
Line 21: Line 20:
 
=== Applications that use I2CP : supported ===
 
=== Applications that use I2CP : supported ===
   
i2pd currently (november 2016) supports the SAM, BOB, and SOCKS interfaces. Starting from relese 2.8.0 it supports the [[I2CP]] interface, which is required for the following applications: [[I2PSnark]], [[I2P-Bote]], SusiMail<ref>http://forum.i2p/viewtopic.php?t=11760</ref>.
+
I2Pd currently (november 2016) supports the SAM, BOB, and SOCKS interfaces. Starting from relese 2.8.0 it supports the [[I2CP]] interface, which is required for the following applications: [[I2PSnark]], [[I2P-Bote]], SusiMail<ref>http://forum.i2p/viewtopic.php?t=11760</ref>.
   
 
=== Applications that use SAM, BOB, and SOCKS interfaces : supported ===
 
=== Applications that use SAM, BOB, and SOCKS interfaces : supported ===
  +
  +
I2Pd is a full-fledged replacement for the Java-based I2P. The following historical data reflects to some extent the history of development.
  +
 
These interfaces are supported by I2Pd (december 2014)<ref>[http://forum.i2p/viewtopic.php?t=11760 interfaces supported by I2Pd (dec 2014)]</ref>.
 
These interfaces are supported by I2Pd (december 2014)<ref>[http://forum.i2p/viewtopic.php?t=11760 interfaces supported by I2Pd (dec 2014)]</ref>.
   
Line 29: Line 31:
 
* [[libtorrent]] (and the clients using it, mainly [[qBittorrent]]) (SAM)
 
* [[libtorrent]] (and the clients using it, mainly [[qBittorrent]]) (SAM)
 
* [[I2P-Messenger]]
 
* [[I2P-Messenger]]
* [[iMule]] (SAM). Supported from I2Pd v0.9.0. How to : run i2pd with SAM bridge enabled &quot;-samport=7656&quot;<ref>http://forum.i2p/viewtopic.php?t=11889</ref>.
+
* [[iMule]] (SAM). Supported from I2Pd v0.9.0.<ref>http://forum.i2p/viewtopic.php?t=11889</ref>.
* [[PyBitmessage-I2P]] ? (SAM)
 
* [[Robert]] (BOB ?)
 
 
* [[Syndie]] (SOCKS ?)
 
* [[Syndie]] (SOCKS ?)
   
Line 38: Line 38:
   
 
== Misc ==
 
== Misc ==
  +
=== How to torrent with the I2Pd router ? ===
 
  +
I2Pd is an I2P router and does not bring any additional software. However, all [[Filesharing and I2P|file sharing]] and [[BitTorrent]] clients running under I2P are supported.
I2Pd has no integrated torrent client (such as [[I2PSnark]] in the official I2P Java router).
 
  +
There are several other Bittorrents clients compatible with the I2P network: [[Filesharing and I2P]].
 
  +
I2Pd can be installed via the distributions used, if available, or obtained from the developers' homepage.
   
 
== See also ==
 
== See also ==
Line 51: Line 52:
 
* (en) https://i2pd.website/ - Official web site of I2Pd (and official forum)
 
* (en) https://i2pd.website/ - Official web site of I2Pd (and official forum)
 
* (en) https://i2pd.readthedocs.io/en/latest/ - Official documentation
 
* (en) https://i2pd.readthedocs.io/en/latest/ - Official documentation
  +
 
[[Category:I2P]]
 
[[Category:HowTo]]
 
[[Category:I2P implementation]]

Revision as of 15:32, 29 January 2023

The Invisible Internet Protocol (daemon) (short I2Pd or also I2P Daemon) describes itself as a full-featured C++ implementation of I2P client.

Introduction

I2Pd is a project implementing the I2P router in C++ instead of Java (in order to require less CPU power and RAM).

Performance: according to Echelon (2015-12) "On a usual system, it pushes the same data as the java version through the network. It maybe using 5-10% less CPU while doing so."[1]

I2Pd uses significantly less memory.

Launched in 2013.

As of 2019 it almost has a full feature parity with Java I2P implementation.

I2Pd.conf configuration file

To browse I2P web sites

I2Pd has SOCKS Proxy enabled by default on port 4447.

Status for I2Pd and some services/software

Applications that use I2CP : supported

I2Pd currently (november 2016) supports the SAM, BOB, and SOCKS interfaces. Starting from relese 2.8.0 it supports the I2CP interface, which is required for the following applications: I2PSnark, I2P-Bote, SusiMail[2].

Applications that use SAM, BOB, and SOCKS interfaces : supported

I2Pd is a full-fledged replacement for the Java-based I2P. The following historical data reflects to some extent the history of development.

These interfaces are supported by I2Pd (december 2014)[3].

Examples of applications that use them:

Cryptography

I2Pd uses OpenSSL as major crypto library, and it's own implementation of EdDSA.[5]

Misc

I2Pd is an I2P router and does not bring any additional software. However, all file sharing and BitTorrent clients running under I2P are supported.

I2Pd can be installed via the distributions used, if available, or obtained from the developers' homepage.

See also

References

External links