Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.txt | 2010-12-11 | 1.4 kB | |
scutils-0.2.2.tar.gz | 2010-12-10 | 2.4 kB | |
scutils-0.2.2.zip | 2010-12-10 | 2.9 kB | |
Totals: 3 Items | 6.7 kB | 0 |
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