Shooting Chrony Data Downloader Code
Status: Planning
Brought to you by:
enavarre
File | Date | Author | Commit |
---|---|---|---|
dist | 2010-12-10 | enavarre | [r15] linux dist |
src | 2010-12-10 | enavarre | [r11] refactoring and setup.py |
readme.txt | 2010-12-11 | enavarre | [r16] readme |
scdd.wpr | 2010-12-10 | enavarre | [r11] refactoring and setup.py |
setup.py | 2010-12-10 | enavarre | [r12] fixed: metadata |
Shooting Chrony Utils V0.2.2 ============================ Prerequisites: The application was build to run in python 2.7 enviroment, and it requires that you have installed pyserial library. Installation: You must use python distribution way to install it in your system (it works on windows and linux), be sure that you have enough system privileges to complete the operation: #python setup.py install Then can execute the application as python module: #python -m scutils.scdd -h #usage: scdd.py [-h] [-v] -p, --port PORT [-m, --monitor num | -c, --dlcurrent | -a, --dlall | -r, --reset] Shotting Chrony Data Downloader. optional arguments: -h, --help show this help message and exit -v, --version show program's version number and exit -p, --port PORT serial port -m, --monitor num start monitoring until #num (1 to 32) shoot -c, --dlcurrent download current string data -a, --dlall download all string data -r, --reset reset chrony Examples: -start monitoring until #num (1 to 32) shoot #python -m scutils.scdd -p /dev/ttyUSB0 -m 10 -download current string data #python -m scutils.scdd -p /dev/ttyUSB0 -c -download all string data #python -m scutils.scdd -p /dev/ttyUSB0 -a -reset chrony #python -m scutils.scdd -p /dev/ttyUSB0 -r