I2P: End-to-End encrypted and anonymous Internet https://i2pd.website/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
orignal 192b484a8c fixed typo 8 years ago
Win32 fix incorrect traffic counting 8 years ago
android 2.12.0 8 years ago
build Merge pull request #771 from majestrate/websocks 8 years ago
contrib updated InnoSetup script 8 years ago
debian Fix paths for moved contrib files 8 years ago
docs Moved files from docs/ to contrib/ 8 years ago
qt 2.12.0 8 years ago
tests
.dir-locals.el
.gitignore updated InnoSetup script 8 years ago
.travis.yml
AddressBook.cpp compressed addressbook request 8 years ago
AddressBook.h
BOB.cpp
BOB.h
Base.cpp
Base.h
BloomFilter.cpp
BloomFilter.h
ChangeLog updated ChangeLog 8 years ago
ClientContext.cpp signaturetype ofr HTTP and SOCKS proxy 8 years ago
ClientContext.h renamed maptolooback to enableuniquelocal 8 years ago
Config.cpp signaturetype ofr HTTP and SOCKS proxy 8 years ago
Config.h
Crypto.cpp fixed typo 8 years ago
Crypto.h GOST R 34.11 hash 8 years ago
Daemon.cpp * add websocks 8 years ago
Daemon.h
DaemonLinux.cpp Moved reopening of log to SIGUSR1 (16) 8 years ago
DaemonWin32.cpp
Datagram.cpp fixed shared_ptr error 8 years ago
Datagram.h fixed shared_ptr error 8 years ago
Destination.cpp publish with min interval of 20 seconds 8 years ago
Destination.h publish with min interval of 20 seconds 8 years ago
Dockerfile Moving dockerfile to trigger autobuild of docker images. 8 years ago
Event.cpp
Event.h
FS.cpp
FS.h
Family.cpp eliminated deprecated function 8 years ago
Family.h
Garlic.cpp
Garlic.h
Gzip.cpp print zlib error codes 8 years ago
Gzip.h
HTTP.cpp compressed addressbook request 8 years ago
HTTP.h compressed addressbook request 8 years ago
HTTPProxy.cpp handle HTTP response 8 years ago
HTTPProxy.h
HTTPServer.cpp send http headers in original order 8 years ago
HTTPServer.h
I2CP.cpp
I2CP.h
I2NPProtocol.cpp use I2NP message of tunnel data length for TunnelData 8 years ago
I2NPProtocol.h
I2PControl.cpp i2p.router.net.tunnels.successrate 8 years ago
I2PControl.h i2p.router.net.tunnels.successrate 8 years ago
I2PEndian.cpp
I2PEndian.h
I2PService.cpp
I2PService.h * add websocks 8 years ago
I2PTunnel.cpp don't show error if stream closed 8 years ago
I2PTunnel.h handle HTTP response 8 years ago
Identity.cpp EdDSA keys compatible with Java 8 years ago
Identity.h revert 8 years ago
LICENSE
LeaseSet.cpp
LeaseSet.h
LittleBigEndian.h
Log.cpp
Log.h
Makefile
Makefile.bsd
Makefile.homebrew fix osx upnp support 8 years ago
Makefile.linux udp sockets for sam 8 years ago
Makefile.mingw
Makefile.osx fix osx upnp support 8 years ago
NTCPSession.cpp fixed build error for gcc 4.7 8 years ago
NTCPSession.h calculate shared key in separate thread for incoming connection 8 years ago
NetDb.cpp Add reseed.threshold option 8 years ago
NetDb.h
NetDbRequests.cpp
NetDbRequests.h
Profiling.cpp
Profiling.h
Queue.h use generic container 8 years ago
README.md Fix paths for moved contrib files 8 years ago
Reseed.cpp send http headers in original order 8 years ago
Reseed.h Refactored code to Reseed module 8 years ago
RouterContext.cpp keep bandwidth caps if unreachable 8 years ago
RouterContext.h
RouterInfo.cpp support of 'X' in RouterInfo 8 years ago
RouterInfo.h
SAM.cpp fix 8 years ago
SAM.h indentation fixes and SAM datagrams 8 years ago
SOCKS.cpp
SOCKS.h
SSU.cpp moved v6 receiver to separate thread 8 years ago
SSU.h MTU size of 1488 for ipv6 8 years ago
SSUData.cpp don't re-schedule resend timer if nothing to resend 8 years ago
SSUData.h MTU size of 1488 for ipv6 8 years ago
SSUSession.cpp don't create identity if presented in netdb already 8 years ago
SSUSession.h
Signature.cpp EdDSA keys compatible with Java 8 years ago
Signature.h GOST R 34.11 hash 8 years ago
Streaming.cpp cleanup error messages 8 years ago
Streaming.h cleanup stream upon termination 8 years ago
Tag.h
Timestamp.cpp use _USE_32BIT_TIME_T in win32 build 8 years ago
Timestamp.h
TransitTunnel.cpp
TransitTunnel.h clean transit tunnels endpoints 8 years ago
TransportSession.h
Transports.cpp cleanup error messages 8 years ago
Transports.h
Tunnel.cpp Merge remote-tracking branch 'purple/openssl' into websocks 8 years ago
Tunnel.h
TunnelBase.h
TunnelConfig.h
TunnelEndpoint.cpp
TunnelEndpoint.h
TunnelGateway.cpp eliminate extra copy 8 years ago
TunnelGateway.h reduced I2NP message size for tunnel gateway 8 years ago
TunnelPool.cpp
TunnelPool.h
UPnP.cpp fix osx upnp support 8 years ago
UPnP.h
WebSocks.cpp * add websocks 8 years ago
WebSocks.h * add websocks 8 years ago
Websocket.cpp
Websocket.h
api.cpp Respect for netId option in api.cpp #696 8 years ago
api.h
appveyor.yml
entrypoint.sh Moving dockerfile to trigger autobuild of docker images. 8 years ago
filelist.mk
i2pd.cpp
stdafx.cpp
stdafx.h
util.cpp
util.h acquire shared 8 years ago
version.h 2.12.0 8 years ago

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.

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

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:

  • GNU/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.