powered by
This is for internal use only. Use opiInitialise() with these Arguments and you will get the Value back.
opiInitialise()
A list with elements:
err NULL if successful, not otherwise.
err
IP address on which server is listening as a string
Port number on which server is listening
Could be used for fake MAIA, simulations, etc
Establishes socket connection but sends not messages (see opiSetup_for_MAIA).
opiSetup_for_MAIA
if (FALSE) { # Set up the MAIA chooseOpi("MAIA") result <- opiInitialize(ip = "192.168.1.7", port = 5555) if (is.null(result$err)) print(result$err) }
Run the code above in your browser using DataLab