Module: I2P::BOB

Defined in:
lib/i2p/bob.rb,
lib/i2p/bob/tunnel.rb,
lib/i2p/bob/socket.rb,
lib/i2p/bob/client.rb

Overview

I2P Basic Open Bridge (BOB) protocol.

This is an implementation of the BOB protocol, available since I2P release 0.6.5.

Note that for security reasons, the BOB application bridge is not enabled by default in new I2P installations. To use I2P::BOB, you must first manually enable BOB in the router console's client configuration.

See Also:

Defined Under Namespace

Classes: Client, Error, Socket, Tunnel

Constant Summary

PROTOCOL_VERSION =
1
DEFAULT_HOST =
(ENV['I2P_BOB_HOST'] || '127.0.0.1').to_s
DEFAULT_PORT =
(ENV['I2P_BOB_PORT'] || 2827).to_i