🛡 I2P: End-to-End encrypted and anonymous Internet
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
orignal 248992b27b temporarty fix crash 8 years ago
Win32
android
build
contrib
debian update changelog, added leaseset list to client/server tunnel pages 8 years ago
docs Merge remote-tracking branch 'purple/openssl' 8 years ago
qt
tests
.dir-locals.el remove tab width setting in dir-locals 8 years ago
.gitignore
.travis.yml
AddressBook.cpp
AddressBook.h
BOB.cpp
BOB.h
Base.cpp
Base.h
ChangeLog update changelog, added leaseset list to client/server tunnel pages 8 years ago
ClientContext.cpp Merge remote-tracking branch 'purple/openssl' into low-latency-merge 8 years ago
ClientContext.h show I2CP local destinations 8 years ago
Config.cpp fixed startup crash 8 years ago
Config.h
Crypto.cpp fixed race condition 8 years ago
Crypto.h fixed linker error 8 years ago
Daemon.cpp fixed crash in daemon mode 8 years ago
Daemon.h
DaemonLinux.cpp
DaemonWin32.cpp
Datagram.cpp
Datagram.h
Destination.cpp temporarty fix crash 8 years ago
Destination.h queue up multiple LeaseSet requests 8 years ago
Event.cpp
Event.h
FS.cpp
FS.h
Family.cpp OpenSSL 1.1 for EVP_PKEY 8 years ago
Family.h
Garlic.cpp use std::map for unconfirmed tags 8 years ago
Garlic.h use std::map for unconfirmed tags 8 years ago
Gzip.cpp
Gzip.h
HTTP.cpp
HTTP.h
HTTPProxy.cpp addresshelper message changed to "Proxy info" 8 years ago
HTTPProxy.h
HTTPServer.cpp insert I2CP session with correct sessionid 8 years ago
HTTPServer.h
I2CP.cpp insert I2CP session with correct sessionid 8 years ago
I2CP.h insert I2CP session with correct sessionid 8 years ago
I2NPProtocol.cpp
I2NPProtocol.h
I2PControl.cpp
I2PControl.h
I2PEndian.cpp
I2PEndian.h
I2PService.cpp
I2PService.h
I2PTunnel.cpp
I2PTunnel.h
Identity.cpp fixed openssl 1.1 crash 8 years ago
Identity.h
LICENSE
LeaseSet.cpp
LeaseSet.h
LittleBigEndian.h
Log.cpp reopen log upon daemon start 8 years ago
Log.h write to log through the separate thread 8 years ago
Makefile fix branch detect 8 years ago
Makefile.bsd
Makefile.homebrew
Makefile.linux
Makefile.mingw
Makefile.osx
NTCPSession.cpp
NTCPSession.h
NetDb.cpp don't insert same floodfill twice 8 years ago
NetDb.h Merge remote-tracking branch 'purple/openssl' 8 years ago
NetDbRequests.cpp add reseed from floodfill option 8 years ago
NetDbRequests.h
Profiling.cpp
Profiling.h
Queue.h
README.md
Reseed.cpp cleanup netdb after failed reseed 8 years ago
Reseed.h
RouterContext.cpp set high bandwidth together with extra badnwidth 8 years ago
RouterContext.h
RouterInfo.cpp
RouterInfo.h
SAM.cpp
SAM.h
SOCKS.cpp
SOCKS.h
SSU.cpp
SSU.h
SSUData.cpp
SSUData.h
SSUSession.cpp correct PeerTest 8 years ago
SSUSession.h
Signature.cpp
Signature.h fixed openssl 1.1 crash 8 years ago
Streaming.cpp
Streaming.h
Tag.h add reseed from floodfill option 8 years ago
Timestamp.cpp
Timestamp.h
TransitTunnel.cpp
TransitTunnel.h
TransportSession.h
Transports.cpp handle all loopback messages 8 years ago
Transports.h handle all loopback messages 8 years ago
Tunnel.cpp don't blow up 8 years ago
Tunnel.h make it compile 8 years ago
TunnelBase.h cleanup unclaimed out-of-sequence fragments 8 years ago
TunnelConfig.h
TunnelEndpoint.cpp cleanup unclaimed out-of-sequence fragments 8 years ago
TunnelEndpoint.h cleanup unclaimed out-of-sequence fragments 8 years ago
TunnelGateway.cpp
TunnelGateway.h
TunnelPool.cpp correct tigger for 0-hops LeaseSet update 8 years ago
TunnelPool.h make it compile 8 years ago
UPnP.cpp fixed infinite loop bug 8 years ago
UPnP.h
Websocket.cpp
Websocket.h
api.cpp write to log through the separate thread 8 years ago
api.h
appveyor.yml
filelist.mk
i2pd.cpp
stdafx.cpp
stdafx.h
util.cpp
util.h
version.h

README.md

i2pd

Русская версия

i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.

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.

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).

I2P allows people from all around the world to communicate and share information without restrictions.

Installing

The easiest way to install i2pd is by using precompiled binaries. See documentation for how to build i2pd from source on your OS.

Supported systems:

  • Linux x86/x64 - Build Status
  • Windows - Build status
  • Mac OS X
  • FreeBSD
  • Android
  • iOS

Using i2pd

See documentation and example config file.

Donations

BTC: 1K7Ds6KUeR8ya287UC4rYTjvC96vXyZbDY
DASH: Xw8YUrQpYzP9tZBmbjqxS3M97Q7v3vJKUF
LTC: LKQirrYrDeTuAPnpYq5y7LVKtywfkkHi59
ANC: AQJYweYYUqM1nVfLqfoSMpUMfzxvS4Xd7z
DOGE: DNXLQKziRPAsD9H3DFNjk4fLQrdaSX893Y

License

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.