MARIE 0.5 appman

From MARIEWiki

Jump to: navigation, search

Important Note : This Application Manager is now deprecated and should be replaced by other Application Manager. It's still maintained for backward compatibility reason. It will be removed in future release.

AppMan

Command-line application interacting with component using socket-based director and configurator. All commands are sent using XML Configuration format.

Usage

Usage: appman [options]

where [options] can be :

Help options
 -?, --help, --usage                     Show this help message

Application options
 -h<hostname>, --hostname<hostname>      Hostname to connect with (default = localhost)
 -p<port>,     --port<port>              Port on <hostname> to connect with (default = 12001)
 -f<filename>, --dumpfile<filename>      Dump filename (default = tcpsniffer.dump)
 -d<delay>,    --delay<delay>            delay (s) to wait for request status. -1  = infinite
 -s<string>,   --string<string>          Send string
 -c<cmdname>,  --cmd<cmdname>            Send command where cmdname can be :
    sxml:<xmlfile>    Send XML config file
    init              Send init command
    activateAllPorts  Send activateAllPorts command
    start             Send start command
    stop              Send stop command
    abort             Send abort command
    suspend           Send suspend command
    resume            Send resume command
    reset             Send reset command
    quit              Send quit command
    pull              Send pull signal
    peek              Send peek signal
    sdata:<datafile>  Send a serialize data contain in <datafile>.

Personal tools