mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
Update README.md
This commit is contained in:
parent
c64aaade70
commit
3fa4e2f58d
21
README.md
21
README.md
|
@ -1,21 +1,28 @@
|
||||||
i2pd
|
i2pd
|
||||||
====
|
====
|
||||||
|
|
||||||
i2pd is a full-featured C++ implementation of
|
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
|
||||||
[I2P](https://geti2p.net/en/about/intro) client.
|
|
||||||
|
|
||||||
I2P (Invisible Internet Project) is anonymous network which works on top of
|
I2P (Invisible Internet Protocol) is a universal anonymous network layer.
|
||||||
public Internet. Privacy and anonymity are achieved by strong encryption and
|
All communications over I2P are anonymous and end-to-end encrypted, participants
|
||||||
bouncing your traffic through thousands of I2P nodes all around the world.
|
don't reveal their real IP addresses.
|
||||||
|
|
||||||
We are building network which helps people to communicate and share information
|
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
|
||||||
without restrictions.
|
without restrictions.
|
||||||
|
|
||||||
* [Website](http://i2pd.website)
|
* [Website](http://i2pd.website)
|
||||||
* [Documentation](https://i2pd.readthedocs.io/en/latest/)
|
* [Documentation](https://i2pd.readthedocs.io/en/latest/)
|
||||||
* [Wiki](https://github.com/PurpleI2P/i2pd/wiki)
|
* [Wiki](https://github.com/PurpleI2P/i2pd/wiki)
|
||||||
* [Tickets/Issues](https://github.com/PurpleI2P/i2pd/issues)
|
* [Tickets/Issues](https://github.com/PurpleI2P/i2pd/issues)
|
||||||
* [Twitter](https://twitter.com/i2porignal)
|
* [Twitter](https://twitter.com/hashtag/i2pd)
|
||||||
|
|
||||||
Installing
|
Installing
|
||||||
----------
|
----------
|
||||||
|
|
Loading…
Reference in a new issue