package xdc.rov.monserver

The xdc.rov.monserver delivers ROV views to clients through the standard IO. The clients access monserver through an ROV module embedded in the TI Cloud Agent, or through a WebSocket server

Commands: [ more ... ]
XDCspec declarations sourced in xdc/rov/monserver/package.xdc
requires xdc.rov;
requires xdc.rta;
 
package xdc.rov.monserver {
 
    module Main;
    // Command implementation
    module ProgressCallBack;
    module Support;
}
USAGE
xs xdc.rov.monserver [--help]
    
    Usage
    [-p]
    [--help]
    
OPTIONS
-p
TCP port for the server

Only values from 1025 to 65535 are accepted.

DETAILS
Commands:
Start the server - xs xdc.rov.monserver -p <port_number>
Load an executable exec:<full path>
Get a list of Modules and Tabs list
Get a Module's View view:Task,Basic
Unload the executable clear
generated on Fri, 22 Feb 2019 01:33:21 GMT