ait.core.bin.ait_cmd_send module

usage: ait-cmd-send [options] command [arguments]

Sends the given command and its arguments to the ISS simulator via the AIT server, or if the ‘udp’ flag is set then directly via UDP.

--verbose Hexdump data (default: False)
--topic=topicname
 Sets the name of ZMQ topic (default: ‘__commands__’)
--udp Send data via UDP (default: False)
--host=url URL of the host to send data (default: ‘127.0.0.1’)
--port=number Port on which to send data (default: 3075)

Examples:

$ ait-cmd-send OCO3_CMD_START_SEQUENCE_NOW 1
ait.core.bin.ait_cmd_send.main()