This is the command coresendmsg that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
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
-h, --help
show this help message and exit
-H show example usage help message and exit
-p PORT, --port=PORT
TCP port to connect to, default: 4038
-a ADDRESS, --address=ADDRESS
Address to connect to, default: localhost
-s SESSION, --session=SESSION
Session to join, default: None
-l, --listen
Listen for a response message and print it.
-t, --list-tlvs
List TLVs for the specified message type.
-T, --tcp
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']
-h, --help
show this help message and exit
-H show example usage help message and exit
-p PORT, --port=PORT
TCP port to connect to, default: 4038
-a ADDRESS, --address=ADDRESS
Address to connect to, default: localhost
-s SESSION, --session=SESSION
Session to join, default: None
-l, --listen
Listen for a response message and print it.
-t, --list-tlvs
List TLVs for the specified message type.
-T, --tcp
Use TCP instead of UDP and connect to a session, default: False
EXAMPLES
A list of examples is available using the following command:
coresendmsg -H
Use coresendmsg online using onworks.net services