RNS::SAMClient
SAM protocol client for communicating with the I2P router. Implements the SAM v3 bridge protocol used by i2plib.
Constants
DEFAULT_SAM_HOST = "127.0.0.1"
DEFAULT_SAM_PORT = 7656
SAM_BUFSIZE = 4096
Constructors
Instance methods
create_session(session_id : String, destination : String = "TRANSIENT", options : String = "") : TCPSocket
Create a SAM session (STREAM)
Look up an I2P destination to get the full base64 key
sam_host
Sourcesam_port
Source