1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-09 01:24:14 +00:00
Meeh 45289891d6 Merge branch 'master' of github-meeh420:orignal/i2pd
* 'master' of github-meeh420:orignal/i2pd:
  delete unreachable SSU sessions
  show number sent/received bytes through the status page
  resend
  fixed memory leak
  close connection to first hop of declined tunnel
  process extended data
  handle individaul bitfields ack
  Moving file list to a common one. Still in makefile format, but now with CPP/H as input instead of OBJECTS. Issue #82
  Removing Qt build file. Issue #82
  create inbound tunnel though outbound
  Makefile now detects which file to use (OSX or Linux) Issue #82
  Prepare support for POST/PUT
  close SSU session if not established
  send ack per fragment. temporary disble check for duplicated through IV
  fixed memory leak
  save out-of-sequence fragments
2014-07-21 20:09:14 +02:00
2014-07-17 19:02:05 +02:00
2014-07-14 19:08:15 +02:00
2014-04-03 23:54:24 +04:00
2014-04-18 02:54:15 +04:00
2014-06-27 10:56:33 -04:00
2014-06-08 07:56:04 -04:00
2014-01-29 17:38:53 -05:00
2014-01-29 17:38:53 -05:00
2014-05-02 13:46:24 -04:00
2014-05-02 11:42:30 -04:00
2014-07-14 12:40:06 -04:00
2014-04-24 11:10:46 -04:00
2014-07-02 13:48:45 -04:00
2014-07-11 19:14:14 -04:00
2014-07-11 19:14:14 -04:00
2014-05-07 19:44:43 -04:00
2014-07-16 18:41:40 +02:00
2014-07-02 13:48:45 -04:00
2014-06-15 13:03:29 +02:00
2014-07-07 19:22:19 -04:00
2014-07-11 15:39:38 -04:00
2014-03-23 09:25:16 -04:00
2013-09-01 08:09:28 -07:00
2014-07-02 13:48:45 -04:00
2014-07-02 14:25:57 -04:00
2014-07-10 15:33:42 -04:00
2014-07-09 21:43:33 -04:00
2014-07-02 13:48:45 -04:00
2014-04-03 18:18:56 +02:00
2014-01-31 07:32:34 -05:00
2014-07-10 15:33:42 -04:00
2014-07-10 15:33:42 -04:00
2014-07-10 15:33:42 -04:00
2014-07-14 12:40:06 -04:00
2014-07-14 12:40:06 -04:00
2014-07-20 18:16:55 -04:00
2014-07-20 10:38:39 -04:00
2014-07-20 10:38:39 -04:00
2014-07-13 08:25:30 -04:00
2014-07-13 08:25:30 -04:00
2014-01-09 23:56:07 +04:00
2014-06-26 15:41:12 -04:00
2014-06-26 14:45:34 -04:00
2014-06-26 14:45:34 -04:00
2014-02-09 15:15:47 -05:00
2014-02-09 15:15:47 -05:00
2014-04-18 02:54:15 +04:00
2014-04-18 02:54:15 +04:00

i2pd

i2p router for Linux written on C++

Requires gcc 4.6 and higher, boost 1.46 and higher, crypto++

on Windows

Requires msvs2013, boost 1.46 and higher, crypto++

Build Status

Testing

First, build it.

  • $ cd i2pd
  • $ make

Next, find out your public ip. (find it for example at http://www.whatismyip.com/)

Then, run it with:

$ ./i2p --host=YOUR_PUBLIC_IP

The client should now reseed by itself.

To visit an I2P page, you need to find the b32 address of your destination. After that, go to the webconsole and add it behind the url. (Remove http:// and b32.i2p from the address)

This should resulting in for example: http://localhost:7070/4oes3rlgrpbkmzv4lqcfili23h3cvpwslqcfjlk6vvguxyggspwa

Options

  • --host= - The external IP
  • --port= - The port to listen on
  • --httpport= - The http port to listen on
  • --log= - Enable or disable logging to file. 1 for yes, 0 for no.
  • --daemon= - Eanble or disable daemon mode. 1 for yes, 0 for no.
  • --httpproxyport= - The port to listen on (HTTP Proxy)
Languages
C++ 97%
CMake 1.8%
Makefile 0.4%
CSS 0.2%
Batchfile 0.2%
Other 0.2%