Scroll to navigation

CORESENDMSG(1) User Commands CORESENDMSG(1)

NAME

coresendmsg - send a CORE API message to the core-daemon daemon

SYNOPSIS

coresendmsg [-h|-H] [options] [message-type] [flags=flags] [message-TLVs]

DESCRIPTION

Supported message types:

['node', 'link', 'exec', 'reg', 'conf', 'file', 'iface', 'event', 'sess', 'excp']

Supported message flags (flags=f1,f2,...):

['add', 'del', 'cri', 'loc', 'str', 'txt', 'tty']

OPTIONS

show this help message and exit
show example usage help message and exit
TCP port to connect to, default: 4038
Address to connect to, default: localhost
Session to join, default: None
Listen for a response message and print it.
List TLVs for the specified message type.
Use TCP instead of UDP and connect to a session, default: False

Usage: coresendmsg [-h|-H] [options] [message-type] [flags=flags] [message-TLVs]

Supported message types:

['node', 'link', 'exec', 'reg', 'conf', 'file', 'iface', 'event', 'sess', 'excp']

Supported message flags (flags=f1,f2,...):

['add', 'del', 'cri', 'loc', 'str', 'txt', 'tty']
show this help message and exit
show example usage help message and exit
TCP port to connect to, default: 4038
Address to connect to, default: localhost
Session to join, default: None
Listen for a response message and print it.
List TLVs for the specified message type.
Use TCP instead of UDP and connect to a session, default: False

EXAMPLES

coresendmsg -H

SEE ALSO

core-gui(1), core-daemon(1), vcmd(1), vnoded(1)

BUGS

Report bugs to core-dev@pf.itd.nrl.navy.mil.

2014-08-06 CORESENDMSG