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=''
15 address>=''>] [-p|--port <server host='' port>=''>] [-l|--log <path-to-
16 output-log-file>]
17
19 AirInvClient is a small program sending and receiving simple JSON-
20 formatted messages to the ZeroMQ-based server (AirInvServer). The aim
21 of that client is to test that the AirInv server is up and running, and
22 that it receives and sends JSON requests.
23
24 AirInvClient does not accept any option for now. Do not hesitate to
25 contribute!
26
28 airinv(1), AirInvServer(1), airinv-config(1), airinv-library(3)
29
31 Please report any bugs to
32 https://sourceforge.net/apps/trac/airinv/report
33
35 Copyright © 2009-2011 Denis Arnaud
36
37 See the COPYING file for more information on the (LGPLv2+) license, or
38 directly on Internet:
39 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
40
41
42
43My Project Sun Feb 17 2019 AirInvClient(1)