i2pd/README.md

86 lines
2.8 KiB
Markdown
Raw Normal View History

2013-09-01 19:09:28 +04:00
i2pd
====
[Русская версия](https://github.com/PurpleI2P/i2pd_docs_ru/blob/master/README.md)
2016-10-10 18:00:36 +03:00
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
2013-09-01 21:49:06 +04:00
2016-10-10 18:00:36 +03:00
I2P (Invisible Internet Protocol) is a universal anonymous network layer.
All communications over I2P are anonymous and end-to-end encrypted, participants
don't reveal their real IP addresses.
2015-01-12 18:54:09 +03:00
2016-10-10 18:00:36 +03:00
I2P client is a software used for building and using anonymous I2P
networks. Such networks are commonly used for anonymous peer-to-peer
applications (filesharing, cryptocurrencies) and anonymous client-server
applications (websites, instant messengers, chat-servers).
2016-10-10 18:00:36 +03:00
I2P allows people from all around the world to communicate and share information
2016-06-16 01:11:42 +03:00
without restrictions.
2015-01-12 18:54:09 +03:00
2017-02-16 09:20:59 +03:00
Features
--------
* Distributed anonymous networking framework
* End-to-end encrypted communications
* Small footprint, simple dependencies, fast performance
* Rich set of APIs for developers of secure applications
Resources
---------
2016-06-16 01:11:42 +03:00
* [Website](http://i2pd.website)
* [Documentation](https://i2pd.readthedocs.io/en/latest/)
* [Wiki](https://github.com/PurpleI2P/i2pd/wiki)
* [Tickets/Issues](https://github.com/PurpleI2P/i2pd/issues)
2016-10-10 18:07:22 +03:00
* [Specifications](https://geti2p.net/spec)
2016-10-10 18:00:36 +03:00
* [Twitter](https://twitter.com/hashtag/i2pd)
2015-05-06 00:30:14 +03:00
2016-06-16 01:11:42 +03:00
Installing
----------
2015-05-06 00:30:14 +03:00
2016-06-16 01:11:42 +03:00
The easiest way to install i2pd is by using
[precompiled binaries](https://github.com/PurpleI2P/i2pd/releases/latest).
See [documentation](https://i2pd.readthedocs.io/en/latest/) for how to build
i2pd from source on your OS.
2015-01-16 04:44:18 +03:00
2017-08-09 15:48:24 +03:00
Build instructions:
* [unix](https://i2pd.readthedocs.io/en/latest/devs/building/unix/)
* [windows](https://i2pd.readthedocs.io/en/latest/devs/building/windows/)
* [iOS](https://i2pd.readthedocs.io/en/latest/devs/building/ios/)
* [android](https://i2pd.readthedocs.io/en/latest/devs/building/android/)
2016-06-16 01:11:42 +03:00
**Supported systems:**
2015-01-16 04:44:18 +03:00
2017-02-16 09:20:59 +03:00
* GNU/Linux x86/x64 - [![Build Status](https://travis-ci.org/PurpleI2P/i2pd.svg?branch=openssl)](https://travis-ci.org/PurpleI2P/i2pd)
2016-01-14 15:47:58 +03:00
* Windows - [![Build status](https://ci.appveyor.com/api/projects/status/1908qe4p48ff1x23?svg=true)](https://ci.appveyor.com/project/PurpleI2P/i2pd)
2016-01-31 05:04:02 +03:00
* Mac OS X
* FreeBSD
2016-06-21 19:34:20 +03:00
* Android
2016-10-13 19:56:23 +03:00
* iOS
2016-06-16 01:11:42 +03:00
Using i2pd
----------
2017-02-16 09:20:59 +03:00
See [documentation](https://i2pd.readthedocs.io/en/latest/user-guide/run/) and
2017-02-16 14:48:06 +03:00
[example config file](https://github.com/PurpleI2P/i2pd/blob/openssl/contrib/i2pd.conf).
2014-04-03 20:18:56 +04:00
2016-06-16 01:11:42 +03:00
Donations
---------
2017-03-10 19:53:49 +03:00
BTC: 1K7Ds6KUeR8ya287UC4rYTjvC96vXyZbDY
ZEC: t1cTckLuXsr1dwVrK4NDzfhehss4NvMadAJ
DASH: Xw8YUrQpYzP9tZBmbjqxS3M97Q7v3vJKUF
2016-06-16 01:11:42 +03:00
LTC: LKQirrYrDeTuAPnpYq5y7LVKtywfkkHi59
2017-03-10 19:53:49 +03:00
DOGE: DNXLQKziRPAsD9H3DFNjk4fLQrdaSX893Y
2017-04-23 13:52:37 +03:00
ANC: AQJYweYYUqM1nVfLqfoSMpUMfzxvS4Xd7z
GST: GbD2JSQHBHCKLa9WTHmigJRpyFgmBj4woG
2016-06-16 01:11:42 +03:00
License
-------
2016-06-16 01:11:42 +03:00
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.