jks

About

Username
jks
Joined
Visits
36,201
Last Active
Roles
Member, Administrator, Moderator
Points
638
  • v1.811

    From the CHANGE_LOG file:

    v1.811 May 29, 2025

      Web server:

        Return connection error until local IP known so local-IP exemption works. (thanks Palomar)

        Don't send Content-Length header since chunked encoding used. (thanks G7GSF)

      Don't apply admin shortcut keys when control/option/meta modifier keys used. (thanks F5LFE)

      SNR measurement now works even if admin control tab "disable waterfalls" is set. (thanks VA3ROM)

      When antennas are switched an auto aperture measurement is made, if enabled. (thanks jimjackii)


    TremolatG4ZFEpalomarjimjackiijolo22
  • Antenna switch | Kits | Commercially available?

    Okay, the bug is that where you say echo "Selected antenna: $sel" you need to say antennas i.e. plural. This is because most of the backends have the possibility of mixing antennas and hence returning multiple antennas selected at the same time. The parsing of the response is fixed and looks for "antennas" specifically.

    Your script is very good. I had the impression you didn't quite know what to do. But it's absolutely fine. Here's a version with a simulation mode (SIM=1) I used to find the problem without actually having the raas4 hardware:


    smg
  • Antenna switch | Kits | Commercially available?

    What happened to your previous script? It was much closer to being correct. That vibe thing is crap.

    Your AntSW_ShowBackend function needs to return info in the exact format as shown below (example from the beagle-gpio backend). A version number as second parameter is missing. The number of channels 3rd parameter is missing the "ch" directly after the number. A "mix" or "nomix" 4th parameter needs to indicate if the switch can mix antenna selections.

    Get rid of that case ... esac stuff at the end.

    AntSW_ShowBackend() {
      ...
      echo "beagle-gpio v2.0 10ch mix not-applicable"
      ...
    }
    


    smg
  • "Content-Length" and "Transfer-Encoding" headers sent at the same time, breaking Nginx proxy [fixed]

    Thanks. Will be fixed in the next release (v1.811)

    rz3dvpg7gsf
  • Alpha (RSDN-20) navigation: Krasnodar, Novosibirsk, Khabarovsk active

    The most common three Alpha stations are currently active. ID'd by their relative timing using the Kiwi FFT extension with Alpha integration preset. Heard on Kiwi in Finland, Tambov and Khabarovsk.


    HB9TMCF5AFYsmgrz3dvp