LHS Show Notes #066

Introduction:

  • Richard is still in the process of moving, but did get his WinLink rms gateway running as described in a previous episode.

Announcements:

  • Jay Forrest has lauched The Linux News Podcast. The podcast will focus on topics such as software freedom, Linux development, Open Source software, Android and mobile devises, security issues, and Linux distribution releases. Our hosts offer their opinions.
  • Ohio LinuxFest will be held in Columbus, Ohio on September 9-11, 2011. (Note: Russ will not be there, but maybe YOU can represent LHS. Visit the web site and look at the Ambassadors page to learn how.)
  • Texoma Hamarama will be October 21-22, 2011 in Ardmore, OK. Richard might be there, so if you're in the area, look for him!

Topics:

  • Our hosts discuss the ARRL statement regarding HR 607, "Broadband for First Responders Act of 2011". This bill provides for the re-allocation of the 420-440 MHz band, calling it part of the "Public Safety" spectrum. This is not the case, and we should contact our representatives and voice our opposition to this bill. The ARRL offers sample letters you can send to your representatives.
  • Richard and Russ talk about various amateur radio programsfor Linux offered by Ted, WA0EIR.Russ built them all from the available source code on his Linux Mint Debian Edition 10 computer. In order to do so, he installed a number of development libraries:
    • libmotif-dev
    • libxmu-dev
    • libxpm-dev
    • libxbae-dev

    These are header files necessary for the compiler to properly build the programs.

  • Each program requires the following commands to compile and install. Change to the directory containing the program and type:
      ./configure
      ./make
      ./make-install

    (You may wish to be root to perform the make-install command.)

  • TWLOG - A basic QSO logging program. Useful for day-to-day logging, but not recommended for contest logs. It will export to ADIF. It requires the Xbae Matrix Widget.
  • TWPSK - A simple bpsk/qpsk program. Co-written with Hansi, DL9RDZ
  • TWCW - A Morse Code trainer that also allows keyboard CW operation.
  • TWCLOCK - A world clock application that will also automatically send a CW identifier every 10 minutes.
  • Check the /etc/X11/app-defaults directory for the "X resource" files to change the configuration options for these programs. For example, in that directory is a file called twclock that contains the callsign transmitted by TWClock.
  • PSK31LX - A curses-based PSK31 program, so it runs in a terminal window or directly in a terminal session. For help, a man page is included. (Type "man psk31lx".) It makes use of the arrow, control, and function keys. You can choose the audio and serial devices with command line parameters at start. Configuration parameters are stored in your home directory in the file .psk31lx.ini.

Feedback:

  • Don, WS4E, asks for Internet resources for handicapped amateur radio operators. He's familiar with the Handiham  organization, but wonders if there are others.There are many newsgroups and mailing lists dedicated to hams with disabilities. A Google search should return several. The Canadian National Amateur Radio Society site Amateur Radio for the Disabled, has several useful links. Richard mentions Lighthouse for the Blind. The ARRL has a page listing several articles. There's also a Facebook group, Blind Amateur Radio Operators.
  • Petr, OK2CQR, the author of CQRLOG, responds to Torsten's (K5TOR) problems installing CQRLOG on a 64-bit machine: CQRLOG already has native 64-bit version. There is no need to install the 32-bit version. You can use the ppa at launchpad.net with packages for Lucid, Maverick, Natty and Oneirc. Version 1.2.1 will be part of the Oneiric release as well. More information is here.
  • Donation from Paul G. Thank you! If you'd like to donate, please visit the website and click on the Donate link.

Contact Info:

  • Contact Richard at kb5jbv@gmail.com, Russ at k5tux@lhspodcast.info, or both at the same time at info@lhspodcast.info.
  • Listen to the live stream every other Tuesday at 8:00pm Central time. Check the LHS web site for dates.
  • Leave us a voice mail at 1-909-LHS-SHOW (1-909-547-7469), or record an introduction to the podcast.
  • Sign up for the LHS mailing list.
  • Sign up for the MAGNetcon mailing list.
  • LHS merchandise is available at the Merch link on Web site. Check out the Badgerwear or buy one of the other LHS-branded items at PrintFection.com/lhs or Cafe Press. Thanks!
  • Thanks to Dave from Gamma Leonis for the theme music.

Music:

  • "Rise" by Rob Warren from the album "Rise," courtesy of Jamendo.
  • "Mechanical Butterfly" by Mechanical Butterfly from the album "Mechanical Butterfly," courtesy of Jamendo.

LHS Show Notes #055

Announcements:

  • Happy New Year!
  • The Mid-America GNU/Linux Networkers Conference (MAGNetcon) will be May 6-7, 2011 at the St. Louis Union Station Marriott. If you know anyone that might be a sponsor, exhibitor, or speaker, please let us know. Application forms are available on the web site.
  • Donations are now being accepted to send LHS to the Dayton Hamvention 2011, May 20-22. Please click on the Donate button on the website.
  • Donation received from Charles (no call sign given). Thank you, Charles!
  • The podcast RSS feed lost it's title after a podPress upgrade. This has been fixed.
  • We've been informed of a RSS feed problem for some podcatchers that use the XML tag. Joe, K1RBY, emailed us about this problem when using gPodder, but a solution has yet to be found. Anyone else see this problem? Let us know! (Ed. Note: The problem has been fixed and will be detailed in episode 54.)
  • Look for new episodes of Resonant Frequency in 2011!

Topic:

  • An interview with David Freese, W1HKJ, the primary author of fldigi.
  • Dave, now 72 years old, has been licensed continuously since 1957 and is retired from the U.S. Coast Guard. He had been maintaining gMFSK, a Gnome multimode HF terminal program, and decided to create fldigi to prove he could still write code. He started with UNIX, then MINIX, and has been with Linux since the beginning. He's been writing ham radio programs since the 1970's. His software will run under Linux, Windows, FreeBSD, OSX, and Puppy.
  • flpuppy, aka digipup, is also available from Dave's site. This is a version of Puppy Linux with fldigi, a logbook, and a geodesic calculator already installed.
  • Other developers are Stelios, M0GLD, Leigh, WA5ZNU, and Skip, KH6TY.
  • Much of the underlying code in fldigi is from the original gMFSK program, in particular the modem code. Other modes have been added since, along with the GUI.
  • Dave says there are about 2500 users of fldigi and he spends 50 hours per week on coding and support.
  • Other projects Dave is involved with include:
    • NBEMS (Narrow Band Emergency Messaging System), consisting of fldigi, flarq, flwrap, flmessage, and flrig, all using the Fast Light Toolkit.
    • flwkey for sending Morse code via the winKeyer chip.
    • A computer-aided transceiver (CAT) program that controls the Kachina 505DSP transceiver.
  • Dave describes how he came to develop fldigi using C++ and FLTK.
  • More features of fldigi:
    • Version 3.21 of fldigi, now in alpha test, will have the capability of sending and receiving weatherfax. It will also have an embedded browser that will work with all the PSK modes and RTTY. It has a built-in log book that stores records in ADIF files.
    • While not designed specifically for contesters, fldigi is adequate for casual contesters.
    • Fldigi will generate Cabrillo reports for many contests.
    • The online documentation is quite extensive, at about 140 web pages, with many illustrations. There are sample screenshots of the waterfall display for various modes and audio samples of them.
  • Much of the modem code in DM780 is from fldigi.
  • Rick Ellis wrote code that allows the N1MM logger to display the waterfall.
  • Gary, WB8ROL, "Mr. Olivia", modified fldigi for his own purposes, calling it fldigirol.
  • More cool features of fldigi:
    • Many of the controls in fldigi have different reactions to left-, middle- and right-click. For example, rolling the mouse wheel over the macro buttons will scroll them!
    • The mouse tab in the waterfall configuration allows you to customize how the waterfall reacts to mouse wheel movement. You can also change the rig frequency by dragging in the waterfall.
    • Dave recommends turning on the control hints feature (tooltips). Click Configure, User Interface, General tab, check "Show tooltips".
    • Dave describes the "QSY" and "Store" buttons.
    • Dave talks about how to use the Reed-Solomon Identification (RSID) features.
    • The "SPOT" control allows you to search for specific strings in a PSK signal, such as "CQ CQ" or "de", allowing the program to automatically post "spots" on the PSK reporter site.
    • Dave then discusses the "Map It" macro feature.
  • To keep up with the alpha test group, you can subscribe to mailing lists on the Berlios alpha test web page.
  • Dave offers kudos to Ed, W3NR, who answers 95% of the problem reports, and Rick in Michigan who is the principal man for audio interfacing issues.

Contact Info:

  • Contact Richard at kb5jbv@gmail.com, Russ at k5tux@lhspodcast.info, or both at the same time at info@lhspodcast.info.
  • Listen to the live stream every other Tuesday at 8:00pm Central time. Check the LHS web site for dates.
  • Leave us a voice mail at 417-200-4811, or record an introduction to the podcast.
  • Sign up for the LHS mailing list.
  • Sign up for the MAGNetcon mailing list.
  • LHS merchandise is available at the SHOP! link on Web site. Check out the Badgerwear or buy one of the other LHS-branded items at PrintFection.com/lhs or Cafe Press. Thanks!
  • Thanks to Dave from Gamma Leonis for the theme music.

Music:

  • "Which Road Takes Me Home" by Fatblueman from the album "Back to Winnipeg," courtesy of Jamendo.