| ... | ... | @@ -18,7 +18,7 @@ These command line options are parsed using the argparse module in Python. argpa |
|
|
|
|
|
|
|
# Example
|
|
|
|
|
|
|
|
```console
|
|
|
|
```sh
|
|
|
|
example@user:~$ python src/main.py -I0 -M2 -P addr=192.168.1.1:1234 -P addr=192.168.1.2:1235 --ssl --receiver --nodb
|
|
|
|
```
|
|
|
|
this command will run a receiver without storing values on the current machine (```--nodb```) and will read the default config file (```config.ini```) as ```--config``` has not been called. The program will require another party to run the same command with the ```-I1``` options to allow the use of this program.
|
| ... | ... | |