Skip to content

MQTT Credentials & Bugfix release

Latest
Compare
Choose a tag to compare
@dh1tw dh1tw released this 18 Jun 22:44
· 11 commits to master since this release

Breaking changes:

This version includes the following changes:

  • fixed Issue 3: invalid rig model
  • added pflags for MQTT username, password and clientID, see: Issue 2: mqtt username password
  • harmonised all pflags & parameters in config files to use hyphens - instead of underscores _ for multi-word parameters
  • added hamlib debug pflag (--hl-debug-level) for the mqtt server
  • when printing rig caps, the values for powerst, ant, rit, xit, split, tuning step, ptt will be shown now
  • added more detailed log messages for functions / levels / parameters on the mqtt server
  • changed default broker from localhost to test.mosquitto.org
  • in the config file, in the section mqtt the keys username, password, client-id have been added
  • in the config file, the section [general] was removed
  • in the config file, some keys which contained an underscore where replaced by hyphens