pyATConfig Code
Status: Pre-Alpha
Brought to you by:
iw3ijq
| File | Date | Author | Commit |
|---|---|---|---|
| inc | 2011-10-06 |
|
[b14339] Now commHandler really try to make a connection... |
| res | 2011-09-20 |
|
[941657] First code to add a semaphore on status bar |
| srcGUI | 2011-09-23 |
|
[bb0e59] All statustip movet to tooltip |
| .gitignore | 2011-09-21 |
|
[d3e967] Removed python cache and seti git to ignore the... |
| README | 2011-09-15 |
|
[412a34] On README Credits for statemachine.py |
| __init__.py | 2011-09-15 |
|
[126962] Initial commit |
| build-GUI.bat | 2011-09-20 |
|
[3b2bcd] Now window icon is displayed |
| build-GUI.sh | 2011-09-20 |
|
[3b2bcd] Now window icon is displayed |
| pyATConfig.bat | 2011-09-15 |
|
[126962] Initial commit |
| pyATConfig.py | 2011-10-06 |
|
[0fd776] Made connection to new siglas from commHandler |
This program is a GUI to configure APRS Trackers
based on Jeroen Vreeken (PE1RXQ) <pe1rxq@amsat.org>
and Arno Verhoeven (PE1ICQ) <pe1icq@amsat.org>
aprstracker code.
'73 de IW3IJQ
-------------------------------------------------------------
Prerequisites:
To run this program you need Python and PyQT4.
On windows also pywin32 is required.
Running pyATConfig.py:
On linux make executable pyATConfig.py and run it:
> chmod +x ./pyATConfig.py
> ./pyATConfig.py
On windows simply run pyATConfig.bat
If it don't work check on bat file if python path is correct.
-------------------------------------------------------------
CREDITS:
* pyATConfig from IW3IJQ
* aprstracker from Jeroen Vreeken (PE1RXQ) <pe1rxq@amsat.org>
Arno Verhoeven (PE1ICQ) <pe1icq@amsat.org>
* comscan.py from BITPIM project Roger Binns <rogerb@rogerbinns.com>
* statemachine.py from http://gnosis.cx/publish/programming/charming_python_4.txt
written by David Mertz mertz@gnosis.cx