Software

Warning

This page is under construction.

Important

These sections are generated by

  1. Downloading a database (Google Sheet located here) with the latest versions of the software packages installed the W3TM shack computers. This is downloaded as a CSV.
  2. Parsing the downloaded CSV data file in include/csv/software_versions.csv.

The code is hidden in the output for aesthetic reasons, but may be revealed by examining the source code file.

Set-up

The following code downloads that file.

[1] TRUE
[1] TRUE

Then, we import the downloaded data.

Summary

software_versions |>
  dplyr::select(machine, package, type) |>
  dplyr::arrange(machine, type, package) |>
  knitr::kable(format = 'html') |>
  kableExtra::kable_material()
machine package type
Beelink CwSkimmer accessory
Beelink RM Noise accessory
Beelink GridTracker digital
Beelink JS8Call digital
Beelink Outpost PMM digital
Beelink SoundModem digital
Beelink VARA FM digital
Beelink VARA HF digital
Beelink VarAC digital
Beelink WSJT-X digital
Beelink Winlink Express digital
Beelink direwolf digital
Beelink flamp digital
Beelink flarq digital
Beelink fldigi digital
Beelink flmsg digital
Beelink flrig digital
Beelink flwrap digital
Beelink Amateur Contact Log logging
Beelink TQSL logging
Beelink Windows 11 os
Beelink RealVNC remote
Beelink SmartSDR remote
Beelink wfview remote
macbook-pro Parallels Desktop remote
macbook-pro SmartSDR remote
macbook-pro VNC Viewer remote

MacBook Pro