File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Here is simple workflow scheme:
28
28
* WWW Digest authenticatation with username/password for HTTP(s)
29
29
* YAML configuration file
30
30
31
+
31
32
### Command line arguments
32
33
Usage: ``` amiws [OPTIONS] ```
33
34
@@ -49,6 +50,7 @@ Options:
49
50
* [ fozen] ( https://github.com/cesanta/frozen ) - awesome JSON parser and emitter from [ Cesanta] ( https://www.cesanta.com/ ) .
50
51
* [ re2c] ( http://re2c.org/ ) - awesome lexer generator for AMI protocol implementation.
51
52
* [ cmocka] ( https://cmocka.org/ ) - awesome unit testing framework for C.
53
+ * [ lemon] ( http://www.hwaci.com/sw/lemon/lemon.html ) - parser generator to process YAML tokens
52
54
53
55
They do not need to me installed. * mongoose* and * frozen* are already included. * re2c* and * cmocka* are only needed for developers.
54
56
You can’t perform that action at this time.
0 commit comments