i2pd/README.md

64 lines
2.1 KiB
Markdown
Raw Normal View History

2013-09-01 19:09:28 +04:00
i2pd
====
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 can work on top of ordinary Internet connection, LAN
and even wireless mesh-networks.
I2P is commonly used for anonymous peer-to-peer applications (filesharing,
cryptocurrencies) and anonymous client-server applications (websites, instant
messengers, chat-servers).
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
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
2016-06-16 01:11:42 +03:00
**Supported systems:**
2015-01-16 04:44:18 +03:00
2016-01-14 19:06:05 +03:00
* 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-06-16 01:11:42 +03:00
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 20:18:56 +04:00
2016-06-16 01:11:42 +03:00
Donations
---------
BTC: 1K7Ds6KUeR8ya287UC4rYTjvC96vXyZbDY
2016-06-21 19:34:20 +03:00
DASH: Xw8YUrQpYzP9tZBmbjqxS3M97Q7v3vJKUF
2016-06-16 01:11:42 +03:00
LTC: LKQirrYrDeTuAPnpYq5y7LVKtywfkkHi59
ANC: AQJYweYYUqM1nVfLqfoSMpUMfzxvS4Xd7z
DOGE: DNXLQKziRPAsD9H3DFNjk4fLQrdaSX893Y
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.