diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..98173b0 --- /dev/null +++ b/README.txt @@ -0,0 +1,36 @@ +Tiny Python Panadapter (QST, April, 2014) +Martin Ewing AA6E +Revised May 20, 2014 + +RELEASE NOTES + +June 9, 2014 +Version 0.3.6 + +This version contains support for radios using the Si570 DDS chip as VFO. For example, in various +SoftRock radios, like the RxTx Ensemble. A pure Python USB interface is provided that requires the +libusb-1.0 wrapper from https://pypi.python.org/pypi/libusb1/1.2.0 . + +The current edition of the supplementary material for the QST article is now provided in the GIT repository +and in the downloadable zip file in ODT (Open Document Text) and PDF (Portable Document) formats. + +May 20, 2014 +Version 0.3.0 + +The enclosed file "TPP_qst_suppl_2014_04a.odt" (with .pdf and .doc versions) is an expanded version of the article printed in QST (April, 2014). It has been updated, but it is probably not quite current, since the project has continued in development after publication. + +To use this version, copy the tinypythonpanadapter-code directory to a convenient location on your computer. Follow directions in the document above to load or build the required resources for your platform. + +The most up-to-date information on the TPP project is to be found on-line: + +1. Program files, git repository, and related technical material are permanently stored at SourceForge.net - https://sourceforge.net/projects/tinypythonpanadapter/ . + +2. Project news, discussion of user issues is available on a SourceForge mailing list. You can mail questions to tinypythonpanadaptor-discussion@lists.sourceforge.net . + +For a free subscription, sign up at https://lists.sourceforge.net/lists/listinfo/tinypythonpanadapter-discussion . + +3. A "lab notebook" about the TPP project with lots of technical and installation information is provided at http://www.aa6e.net/wiki/Tiny_Python_Panadapter . + +4. Text files (e.g. Python source) in the enclosed zip archive may be in Linux format. They can be read with Microsoft Word or similar software or converted to Windows format using the gedit text editor (available for Linux or Windows at https://wiki.gnome.org/Apps/Gedit). + + diff --git a/TPP_qst_supplement.odt b/TPP_qst_supplement.odt new file mode 100644 index 0000000..9b14de4 Binary files /dev/null and b/TPP_qst_supplement.odt differ diff --git a/TPP_qst_supplement.pdf b/TPP_qst_supplement.pdf new file mode 100644 index 0000000..fd89c1c Binary files /dev/null and b/TPP_qst_supplement.pdf differ diff --git a/iq_opt.py b/iq_opt.py index 5c73484..9d5fa52 100755 --- a/iq_opt.py +++ b/iq_opt.py @@ -136,7 +136,7 @@ op.set_defaults( opt, args = op.parse_args() # This is an "option" that the user can't change. -opt.ident = "IQ.PY v. 0.35 de AA6E" +opt.ident = "IQ.PY v. 0.3.6 de AA6E" # 'source' refers to signal source (RTL or audio sound card) # 'control' refers to freq. readout/control (RTL, si570, or none)