Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • SMPC Multilateration SMPC Multilateration
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • Masters Year Project
  • SMPC MultilaterationSMPC Multilateration
  • Wiki
  • Command line

Command line · Changes

Page history
wiki final authored Apr 12, 2023 by Daniel Chadwick's avatar Daniel Chadwick
Hide whitespace changes
Inline Side-by-side
Command-line.md
View page @ 440fdf6b
......@@ -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.
......
Clone repository
  • Command line
  • Configuring
  • Demos and Testing
  • Home