localsnd 0.5.31

CLI implementation of localsend
Documentation
1
2
3
4
5
6
7
8
pub const PROTOCOL_VERSION_2: &str = "2.0";
pub const PROTOCOL_VERSION_1: &str = "1.0";
pub const FALLBACK_PROTOCOL_VERSION: &str = PROTOCOL_VERSION_1;
#[allow(dead_code)]
pub const DEFAULT_MULTICAST: &str = "224.0.0.167";
pub const DEFAULT_PORT: u16 = 53317;
#[allow(dead_code)]
pub const DEFAULT_HTTP_PORT: u16 = DEFAULT_PORT + 1;