2013-09-01 15:09:28 +00:00
|
|
|
i2pd
|
|
|
|
====
|
|
|
|
|
2016-06-15 22:11:42 +00:00
|
|
|
i2pd is a full-featured C++ implementation of
|
|
|
|
[I2P](https://geti2p.net/en/about/intro) client.
|
2013-09-01 17:49:06 +00:00
|
|
|
|
2016-06-15 22:11:42 +00:00
|
|
|
I2P (Invisible Internet Project) is anonymous network which works on top of
|
|
|
|
public Internet. Privacy and anonymity are achieved by strong encryption and
|
|
|
|
bouncing your traffic through thousands of I2P nodes all around the world.
|
2015-01-12 15:54:09 +00:00
|
|
|
|
2016-06-15 22:11:42 +00:00
|
|
|
We are building network which helps people to communicate and share information
|
|
|
|
without restrictions.
|
2015-01-12 15:54:09 +00:00
|
|
|
|
2016-06-15 22:11:42 +00: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)
|
|
|
|
* [Twitter](https://twitter.com/i2porignal)
|
2015-05-05 21:30:14 +00:00
|
|
|
|
2016-06-15 22:11:42 +00:00
|
|
|
Installing
|
|
|
|
----------
|
2015-05-05 21:30:14 +00:00
|
|
|
|
2016-06-15 22:11:42 +00: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 01:44:18 +00:00
|
|
|
|
2016-06-15 22:11:42 +00:00
|
|
|
**Supported systems:**
|
2015-01-16 01:44:18 +00:00
|
|
|
|
2016-01-14 16:06:05 +00:00
|
|
|
* Linux x86/x64 - [![Build Status](https://travis-ci.org/PurpleI2P/i2pd.svg?branch=openssl)](https://travis-ci.org/PurpleI2P/i2pd)
|
2016-01-14 12:47:58 +00:00
|
|
|
* Windows - [![Build status](https://ci.appveyor.com/api/projects/status/1908qe4p48ff1x23?svg=true)](https://ci.appveyor.com/project/PurpleI2P/i2pd)
|
2016-01-31 02:04:02 +00:00
|
|
|
* Mac OS X
|
|
|
|
* FreeBSD
|
2016-06-15 22:11:42 +00:00
|
|
|
* Android *(coming soon)*
|
|
|
|
|
|
|
|
Using i2pd
|
|
|
|
----------
|
|
|
|
|
|
|
|
See [documentation](https://i2pd.readthedocs.io/en/latest/) and
|
|
|
|
[example config file](https://github.com/PurpleI2P/i2pd/blob/openssl/docs/i2pd.conf).
|
2014-04-03 16:18:56 +00:00
|
|
|
|
2016-06-15 22:11:42 +00:00
|
|
|
Donations
|
|
|
|
---------
|
|
|
|
|
|
|
|
BTC: 1K7Ds6KUeR8ya287UC4rYTjvC96vXyZbDY
|
|
|
|
LTC: LKQirrYrDeTuAPnpYq5y7LVKtywfkkHi59
|
|
|
|
ANC: AQJYweYYUqM1nVfLqfoSMpUMfzxvS4Xd7z
|
|
|
|
DOGE: DNXLQKziRPAsD9H3DFNjk4fLQrdaSX893Y
|
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
2014-01-31 00:39:16 +00:00
|
|
|
|
2016-06-15 22:11:42 +00: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.
|