jks

About

Username
jks
Joined
Visits
32,331
Last Active
Roles
Member, Administrator, Moderator
Points
331
  • S meter extension - prevent clearing? [fixed in v1.318]

    v1.319  August 28, 2019
        Fixed bug in audio FFT mode. If you visited a new Kiwi for which no FFT WF max/min cookie
            values had ever been stored you'd always get a black waterfall until clicking "Auto Scale"
            and then reloading the page.
        FAX extension:
            Now has a 2k line scroll-back buffer.
            Added phasing and autostop capabilities. Phasing will automatically align (shift) the image
            horizontally if the phasing signal at the beginning of the transmission is clear enough.
            Autostop will stop the image buffer updating if the fax start/stop tones are clear enough.
        S-meter extension:
            Now has stop/start and "mark" buttons.
    
    The phasing feature seems to work okay the first time (after extension start up) but after that it only works occasionally. So there is more work to be done.
    bensonPowernumptyG8JNJ
  • S meter extension - prevent clearing? [fixed in v1.318]

    v1.319  August 28, 2019
        Fixed bug in audio FFT mode. If you visited a new Kiwi for which no FFT WF max/min cookie
            values had ever been stored you'd always get a black waterfall until clicking "Auto Scale"
            and then reloading the page.
        FAX extension:
            Now has a 2k line scroll-back buffer.
            Added phasing and autostop capabilities. Phasing will automatically align (shift) the image
            horizontally if the phasing signal at the beginning of the transmission is clear enough.
            Autostop will stop the image buffer updating if the fax start/stop tones are clear enough.
        S-meter extension:
            Now has stop/start and "mark" buttons.
    
    The phasing feature seems to work okay the first time (after extension start up) but after that it only works occasionally. So there is more work to be done.
    bensonPowernumptyG8JNJ
  • S meter extension - prevent clearing? [fixed in v1.318]

    v1.319  August 28, 2019
        Fixed bug in audio FFT mode. If you visited a new Kiwi for which no FFT WF max/min cookie
            values had ever been stored you'd always get a black waterfall until clicking "Auto Scale"
            and then reloading the page.
        FAX extension:
            Now has a 2k line scroll-back buffer.
            Added phasing and autostop capabilities. Phasing will automatically align (shift) the image
            horizontally if the phasing signal at the beginning of the transmission is clear enough.
            Autostop will stop the image buffer updating if the fax start/stop tones are clear enough.
        S-meter extension:
            Now has stop/start and "mark" buttons.
    
    The phasing feature seems to work okay the first time (after extension start up) but after that it only works occasionally. So there is more work to be done.
    bensonPowernumptyG8JNJ
  • S meter extension - prevent clearing? [fixed in v1.318]

    v1.318  August 27, 2019
        FAX extension:
            Add LPM (lines per minute) selection. Automatically set 60 LPM for JJC/JSC
            Frequency list corrections; added XSG Shanghai; removed BMF Taipei
        S-meter extension:
            Don't clear graph on frequency change. Instead draw vertical division marker: red when
            frequency change, green when mode change.
        Better detection of missing audio panner API on some browsers.
    
    PowernumptyHB9TMCChrisSmolinskibensonG8JNJ
  • S meter extension - prevent clearing? [fixed in v1.318]

    v1.318  August 27, 2019
        FAX extension:
            Add LPM (lines per minute) selection. Automatically set 60 LPM for JJC/JSC
            Frequency list corrections; added XSG Shanghai; removed BMF Taipei
        S-meter extension:
            Don't clear graph on frequency change. Instead draw vertical division marker: red when
            frequency change, green when mode change.
        Better detection of missing audio panner API on some browsers.
    
    PowernumptyHB9TMCChrisSmolinskibensonG8JNJ
  • S meter extension - prevent clearing? [fixed in v1.318]

    v1.318  August 27, 2019
        FAX extension:
            Add LPM (lines per minute) selection. Automatically set 60 LPM for JJC/JSC
            Frequency list corrections; added XSG Shanghai; removed BMF Taipei
        S-meter extension:
            Don't clear graph on frequency change. Instead draw vertical division marker: red when
            frequency change, green when mode change.
        Better detection of missing audio panner API on some browsers.
    
    PowernumptyHB9TMCChrisSmolinskibensonG8JNJ
  • S meter extension - prevent clearing? [fixed in v1.318]

    v1.318  August 27, 2019
        FAX extension:
            Add LPM (lines per minute) selection. Automatically set 60 LPM for JJC/JSC
            Frequency list corrections; added XSG Shanghai; removed BMF Taipei
        S-meter extension:
            Don't clear graph on frequency change. Instead draw vertical division marker: red when
            frequency change, green when mode change.
        Better detection of missing audio panner API on some browsers.
    
    PowernumptyHB9TMCChrisSmolinskibensonG8JNJ
  • S meter extension - prevent clearing? [fixed in v1.318]

    v1.318  August 27, 2019
        FAX extension:
            Add LPM (lines per minute) selection. Automatically set 60 LPM for JJC/JSC
            Frequency list corrections; added XSG Shanghai; removed BMF Taipei
        S-meter extension:
            Don't clear graph on frequency change. Instead draw vertical division marker: red when
            frequency change, green when mode change.
        Better detection of missing audio panner API on some browsers.
    
    PowernumptyHB9TMCChrisSmolinskibensonG8JNJ
  • KiwiSDR full when Admin panel says it is not?

    From the v1.317 CHANGE_LOG file:
    v1.317  August 26, 2019
        Added to admin network tab a new switch:
            "Prevent multiple connections from the same IP address?"
            Defaults to NO. The check is bypassed for local net connections and those
            requiring a user password. And also for any admin connections.
    
    Powernumpty
  • new ADC overflow logic (S-meter "OV" indicator) [added in v1.315, improved in v1.357,358]

    v1.316 is out which fixes a bug in the ADC averaging. If the ADC was reporting overflow for *all* samples during the averaging period (severe ADC overload) then the OV indicator would not light up.

    You can now set the averaging mask using the development controls extension ("devl" in the extension menu). Set the first field to a hex bit mask as follows: To set OV on every overflow reported by the ADC enter the value 0xffff (a hex number) which represents the old behavior. To set OV if 16 overflows occur out of each 64k samples use 0xfff0. For 256/64k use 0xff00. For 4096/64k use 0xf000 etc. The default is 0xfc00 which is 1k/64k. After some real world testing the default can be adjusted in the next release.
    HB9TMC