|
|
@ -3,27 +3,27 @@ i2pd |
|
|
|
|
|
|
|
|
|
|
|
[Русская версия](https://github.com/PurpleI2P/i2pd_docs_ru/blob/master/README.md) |
|
|
|
[Русская версия](https://github.com/PurpleI2P/i2pd_docs_ru/blob/master/README.md) |
|
|
|
|
|
|
|
|
|
|
|
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client. |
|
|
|
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client. |
|
|
|
|
|
|
|
|
|
|
|
I2P (Invisible Internet Protocol) is a universal anonymous network layer. |
|
|
|
I2P (Invisible Internet Protocol) is a universal anonymous network layer. |
|
|
|
All communications over I2P are anonymous and end-to-end encrypted, participants |
|
|
|
All communications over I2P are anonymous and end-to-end encrypted, participants |
|
|
|
don't reveal their real IP addresses. |
|
|
|
don't reveal their real IP addresses. |
|
|
|
|
|
|
|
|
|
|
|
I2P client is a software used for building and using anonymous I2P |
|
|
|
I2P client is a software used for building and using anonymous I2P |
|
|
|
networks. Such networks are commonly used for anonymous peer-to-peer |
|
|
|
networks. Such networks are commonly used for anonymous peer-to-peer |
|
|
|
applications (filesharing, cryptocurrencies) and anonymous client-server |
|
|
|
applications (filesharing, cryptocurrencies) and anonymous client-server |
|
|
|
applications (websites, instant messengers, chat-servers). |
|
|
|
applications (websites, instant messengers, chat-servers). |
|
|
|
|
|
|
|
|
|
|
|
I2P allows people from all around the world to communicate and share information |
|
|
|
I2P allows people from all around the world to communicate and share information |
|
|
|
without restrictions. |
|
|
|
without restrictions. |
|
|
|
|
|
|
|
|
|
|
|
Features |
|
|
|
Features |
|
|
|
-------- |
|
|
|
-------- |
|
|
|
|
|
|
|
|
|
|
|
* Distributed anonymous networking framework |
|
|
|
* Distributed anonymous networking framework |
|
|
|
* End-to-end encrypted communications |
|
|
|
* End-to-end encrypted communications |
|
|
|
* Small footprint, simple dependencies, fast performance |
|
|
|
* Small footprint, simple dependencies, fast performance |
|
|
|
* Rich set of APIs for developers of secure applications |
|
|
|
* Rich set of APIs for developers of secure applications |
|
|
|
|
|
|
|
|
|
|
|
Resources |
|
|
|
Resources |
|
|
|
--------- |
|
|
|
--------- |
|
|
@ -41,7 +41,7 @@ Installing |
|
|
|
The easiest way to install i2pd is by using |
|
|
|
The easiest way to install i2pd is by using |
|
|
|
[precompiled binaries](https://github.com/PurpleI2P/i2pd/releases/latest). |
|
|
|
[precompiled binaries](https://github.com/PurpleI2P/i2pd/releases/latest). |
|
|
|
See [documentation](https://i2pd.readthedocs.io/en/latest/) for how to build |
|
|
|
See [documentation](https://i2pd.readthedocs.io/en/latest/) for how to build |
|
|
|
i2pd from source on your OS. |
|
|
|
i2pd from source on your OS. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Build instructions: |
|
|
|
Build instructions: |
|
|
@ -70,16 +70,16 @@ See [documentation](https://i2pd.readthedocs.io/en/latest/user-guide/run/) and |
|
|
|
Donations |
|
|
|
Donations |
|
|
|
--------- |
|
|
|
--------- |
|
|
|
|
|
|
|
|
|
|
|
BTC: 1K7Ds6KUeR8ya287UC4rYTjvC96vXyZbDY |
|
|
|
BTC: 1K7Ds6KUeR8ya287UC4rYTjvC96vXyZbDY |
|
|
|
ZEC: t1cTckLuXsr1dwVrK4NDzfhehss4NvMadAJ |
|
|
|
ZEC: t1cTckLuXsr1dwVrK4NDzfhehss4NvMadAJ |
|
|
|
DASH: Xw8YUrQpYzP9tZBmbjqxS3M97Q7v3vJKUF |
|
|
|
DASH: Xw8YUrQpYzP9tZBmbjqxS3M97Q7v3vJKUF |
|
|
|
LTC: LKQirrYrDeTuAPnpYq5y7LVKtywfkkHi59 |
|
|
|
LTC: LKQirrYrDeTuAPnpYq5y7LVKtywfkkHi59 |
|
|
|
DOGE: DNXLQKziRPAsD9H3DFNjk4fLQrdaSX893Y |
|
|
|
DOGE: DNXLQKziRPAsD9H3DFNjk4fLQrdaSX893Y |
|
|
|
ANC: AQJYweYYUqM1nVfLqfoSMpUMfzxvS4Xd7z |
|
|
|
ANC: AQJYweYYUqM1nVfLqfoSMpUMfzxvS4Xd7z |
|
|
|
GST: GbD2JSQHBHCKLa9WTHmigJRpyFgmBj4woG |
|
|
|
GST: GbD2JSQHBHCKLa9WTHmigJRpyFgmBj4woG |
|
|
|
|
|
|
|
|
|
|
|
License |
|
|
|
License |
|
|
|
------- |
|
|
|
------- |
|
|
|
|
|
|
|
|
|
|
|
This project is licensed under the BSD 3-clause license, which can be found in the file |
|
|
|
This project is licensed under the BSD 3-clause license, which can be found in the file |
|
|
|
LICENSE in the root of the project source code. |
|
|
|
LICENSE in the root of the project source code. |
|
|
|