Skip to content
Snippets Groups Projects
Commit e21f49ce authored by Paulus Kruger's avatar Paulus Kruger
Browse files

Update README.md

parent 446fbcf9
No related branches found
No related tags found
No related merge requests found
# PyPCC
Python OPC-UA server to control the I2C devices in the LTS.
......@@ -34,21 +33,23 @@ python3 -m pip install -r requirements.txt
# Execute it
The software can be simply executed with Python3: `python3 pypcc2.py -c RCY,CLK,UNB2`
The software can be simply executed with Python3: `python3 pypcc2.py -c RCU,CLK,UNB2`
Optional parameters are explained when the `-h` or `--help` parameter is supplied:
```bash
python3 pypcc2.py --help
cryptography is not installed, use of crypto disabled
cryptography is not installed, use of crypto disabled
usage: pypcc2.py [-h] [-s] [--no-lib-hack] [-p PORT]
usage: pypcc2.py [-h] [-s] [-t] [-p PORT] [-l {DEBUG,INFO,WARNING,ERROR}] [-c CONFIG]
optional arguments:
-h, --help show this help message and exit
-s, --simulator Do not connect to I2c, but simulate behaviour.
-t, --test Do not start OPC-UA server.
-p PORT, --port PORT Port number to listen on [4842].
-c ..
-t ...
-l {DEBUG,INFO,WARNING,ERROR}, --loglevel {DEBUG,INFO,WARNING,ERROR}
Log level [INFO].
-c CONFIG, --config CONFIG
YAML config files, comma seperated [RCU]
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment