module

LocalSend

LocalSend protocol v2 for Crystal.

See Identity, Discovery, Client and Receiver for the public API.

Constants

DEFAULT_PORT = 53317
Log = ::Log.for("localsend")

Sub-loggers so an application can turn up just the part it cares about, e.g. Log.setup("localsend.tls", :debug).

MULTICAST_GROUP = "224.0.0.167"

Discovery multicast group and the port both discovery and HTTP default to.

PROTOCOL_VERSION = "2.0"

Protocol version we speak and announce.

VERSION = "0.1.0"

Nested types