OptionalcertOptionalframingWire framing inherited by spawned client
interfaces. Default "raw".
OptionalifacOptional IFAC field size for spawned clients.
OptionalkeyPath to a PEM private key, required when ssl
is set (mirrors the Python reference keyfile config key).
OptionallistenAddress to bind the server to. Default 0.0.0.0.
OptionallistenPort to bind the server to.
OptionalnameInterface name.
OptionalnetworkShared IFAC network name (ifac_netname).
OptionalpassphraseShared IFAC passphrase (ifac_netkey).
OptionalsslTerminate TLS so clients connect over wss://
(mirrors the Python reference ssl config key). Requires both certFile
and keyFile. Browsers in a secure context (HTTPS) cannot open ws://, so
a browser-facing server needs this. Default false.
Path to a PEM certificate chain, required when
sslis set (mirrors the Python referencecertfileconfig key).