Description Usage Arguments Details Value
Launcher for the remoter server.
1 2 3 |
port |
The port (number) that will be used for communication between the client and server. The port value for the client and server must agree. If the value is 0, then a random open port will be selected. |
password |
A password the client must enter before the user can process
commands on the server. If the value is |
maxretry |
The maximum number of retries for passwords before shutting everything down. |
secure |
Logical; enables encryption via public key cryptography of the 'sodium' package is available. |
log |
Logical; enables some basic logging in the server. |
verbose |
Logical; enables the verbose logger. |
showmsg |
Logical; if TRUE, messages from the client are logged. |
userpng |
Logical; if TRUE, rpng is set as the default device for displaying. |
sync |
Logical; if TRUE, the client will have |
By a 'secure' server, we mean one that encrypts messages it sends and only accepts encrypted messages. Encryption uses public key cryptography, using the 'sodium' package.
If the 'sodium' package is available to the server, then by default the server will be secure. If the package is not available, then you will not be able to start a secure server. If the server is secure, then a client can only connect if the client has the 'sodium' package available.
Returns TRUE
invisibly on successful exit.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.