Command line arguments
| Argument | Description | Default Value |
|---|---|---|
| -addr | Server addr (ex localhost:4000, 0.0.0.0:4000, 192.168.1.42:4000). If not specified, the server will not be launched | |
| -channelsConfig | Channels configuration (json) | |
| -channelsConfigFile | Channels configuration (file) | |
| -defaultPacket | Default Klv Packet (json) | ./defaultPacket.json |
| -licenseFile | Licesne file path | |
| -licenseToken | Licesne token | |
| -autoStart | Auto start processing | false |
| -dbfile | Path to db file | ./data/data.db |
| -dbLoggerfile | Path to logger db file" | ./data/logs.db |
| -maxLogRecords | Max log records | 1000 |