Server¶
Synopsis¶
rsb server [OPTIONS] URI*
Description¶
Run a server which accepts and services RSB socket transport clients according to
URIs
until terminated.
The usual commandline options are accepted.
Examples¶
$ rsb server
In the above example, unless the RSB Configuration is non-default, the server command accepts socket connections on the default port.
$ rsb server 'socket://localhost:0?portfile=/tmp/port.txt'
In the above example, the server command accepts socket connections on an available port which is written into the file
/tmp/port.txt
after it has been chosen.Note
Note the use of single quotes (
'
) to prevent the shell from interpreting syntactically relevant characters in the URI.
Implementations¶
Implementation Language |
Project |
Repository Link |
---|---|---|
Common Lisp |
rsb-tools-cl |
“1.0” branch of https://github.com/open-rsx/rsb-tools-cl |