Commit graph

8 commits

Author SHA1 Message Date
Birk da Yooper 7656d4335b Added flag to set alternate controller address
Added flag to show CI-V packet contents to support debugging

At start-up show virtual soundcard info by both name & filesystem location
Updated to always present status lines at bottom of the terminal
Removed milliseconds from time shown on status lines
Reformatted status line showing packet activity to be easier to follow
Adjusted default status update frequency to 150ms to be easier to observe

Restored commented out code for working with single VFO

Added multiple functions to handle BCD <-> human readable values to improve easy of maintenance
Added function to prepare CI-V packets, abstracting this step so that each function no longer
  needs to create entire packet. This makes the code much easier to follow and maintaint.
  This will also greatly ease effort needed for extending radio features supported

Added/adjusted various comments

Updated some variable names to be less terse to facilitate maintenance
  eg "incTS" to "incTuningStep"

Some adjustments to improve readability/ease maintenance in favor of unnecessary optimizations
  EG - using formatted prints instead of prints using concatenations
       using strings.Repeat instead of loop to build space buffers
       abstracted control char strings to variables

Hooks for future functionality

Removed some commented out code blocks
   "Trust the repo, Luke!"
2024-02-24 20:53:49 -05:00
Nonoo 44f5b15994 Use own TX seqbuf entry struct 2020-11-21 10:59:13 +01:00
Nonoo 942dc4b526 Fix typo 2020-11-06 10:43:17 +01:00
Nonoo c4dd8b7171 Fix typo 2020-10-29 22:31:30 +01:00
Nonoo a9be72afba Fixes for the TX seqbuf 2020-10-29 22:30:42 +01:00
Nonoo 1a30f43cb0 Fine tune buffer lengths 2020-10-29 17:05:40 +01:00
Nonoo 1ab9e4c853 Send the length of the TX buf to the server 2020-10-29 15:55:21 +01:00
Nonoo f28a0b46cb Completely handle retransmit requests 2020-10-25 20:18:24 +01:00