pbdserver: Server Launcher

Description Usage Arguments Details Value

Description

Launcher for the pbdCS server. The launcher should be executed in batch using something like mpirun.

Usage

1
2
3
pbdserver(port = 55555, remote_port = 55556, bcaster = "zmq",
  password = NULL, maxretry = 5, secure = has.sodium(), log = TRUE,
  verbose = FALSE, showmsg = FALSE)

Arguments

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.

remote_port

TODO

bcaster

TODO

password

A password the client must enter before the user can process commands on the server. If the value is NULL, then no password checking takes place.

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

Details

TODO

Value

Returns TRUE invisibly on successful exit.


wrathematics/pbdCS documentation built on May 4, 2019, 10:53 a.m.