Interplanar Beacon
A "room oriented" signaling server using websockets.
Usage: beacon [<addr>] -c <cert> -k <key>
Beacon server
Options:
-c, --cert cert file
-k, --key key file
--help display usage information# with specific log level
RUST_LOG=debug beacon [...]Starts without TLS if no cert nor key are given.
Use mkcert for simplicity
mkcert -install localhostcargo install rustfmt
cargo fmtcargo install clippy
cargo clippycargo install cross --git https://github.com/cross-rs/cross
cross build --release --target x86_64-unknown-linux-musl