class Sparoid::Client
- Sparoid::Client
- Reference
- Object
Defined in:
client.crConstructors
- .new(key : String, hmac_key : String, ip : StaticArray(UInt8, 4) = PublicIP.by_http)
- .new(config_path = "~/.sparoid.ini")
Class Method Summary
- .fdpass(ips, port) : NoReturn
- .generate_package(key, hmac_key, ip) : Bytes
- .keygen
- .send(key : String, hmac_key : String, host : String, port : Int32, ip = PublicIP.by_http) : Array(String)
Instance Method Summary
Constructor Detail
Class Method Detail
def self.send(key : String, hmac_key : String, host : String, port : Int32, ip = PublicIP.by_http) : Array(String)
#