getSocketClients {svSocket} | R Documentation |
List all clients currently connected to a given R socket server.
getSocketClients(port = 8888)
port |
The port of the R socket server. |
A vector of character string with the address of clients in the form XXX.XXX.XXX.XXX:YYY where XXX.XXX.XXX.XXX is their ip address and YYY is thier port. The name of these items equals the corresponding Tcl socket name.
Philippe Grosjean (phgrosjean@sciviews.org)
# TO DO...