1AirInvClient(1) General Commands Manual AirInvClient(1)
2
3
4
6 AirInvClientZeroMQ-based client binary, mainly used to test the server
7 mode of AirInv
8
10 AirInvClient [--prefix] [-v|--version] [-h|--help] [-b|--builtin]
11 [-f|--for_schedule] [-i|--inventory <path-to-inventory-input-file>]
12 [-s|--schedule <path-to-schedule-input-file>] [-o|--ond <path-to-ond-
13 input-file>] [-y|--yield <path-to-yield-input-file>] [-t|--protocol
14 <server network protocol>] [-a|--address <server host address>]
15 [-p|--port <server host port>] [-l|--log <path-to-output-log-file>]
16
18 AirInvClient is a small program sending and receiving simple JSON-
19 formatted messages to the ZeroMQ-based server (AirInvServer). The aim
20 of that client is to test that the AirInv server is up and running, and
21 that it receives and sends JSON requests.
22
23 AirInvClient does not accept any option for now. Do not hesitate to
24 contribute!
25
27 airinv(1), AirInvServer(1), airinv-config(1), airinv-library(3)
28
30 Please report any bugs to
31 https://sourceforge.net/apps/trac/airinv/report
32
34 Copyright © 2009-2011 Denis Arnaud
35
36 See the COPYING file for more information on the (LGPLv2+) license, or
37 directly on Internet:
38 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
39
40
41
42My Project Tue Jan 28 2020 AirInvClient(1)