Learn R Programming

remoter (version 0.2-0)

server: Server Launcher

Description

Launcher for the remoter server.

Usage

server(port = 55555, log = TRUE, password = NULL, maxretry = 5,
  checkversions = TRUE, 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.
log
Logical; enables some basic logging in the server.
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.
checkversions
Logical; should a version check (pbdZMQ and remoter) be enforced?
showmsg
Logical; if TRUE, turns on the "debug mode" for the server, and prints messages in the server terminal.

Value

  • Returns TRUE invisibly on successful exit.