Module: I2P::BOB
- Defined in:
- lib/i2p/bob.rb,
lib/i2p/bob/client.rb,
lib/i2p/bob/tunnel.rb
Overview
**I2P Basic Open Bridge (BOB) protocol.**
This is an implementation of the BOB protocol, available since I2P release [0.6.5](www.i2p2.de/release-0.6.5.html).
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](localhost:7657/configclients.jsp).
Defined Under Namespace
Classes: Client, Error, Tunnel
Constant Summary collapse
- PROTOCOL_VERSION =
1
- DEFAULT_HOST =
(ENV['I2P_BOB_HOST'] || '127.0.0.1').to_s
- DEFAULT_PORT =
(ENV['I2P_BOB_PORT'] || 2827).to_i