jks
About
- Username
- jks
- Joined
- Visits
- 34,155
- Last Active
- Roles
- Member, Administrator, Moderator
- Points
- 470
Reactions
-
Status of proxy service instability [should be good now]
No. As I mentioned, there are hundreds (thousands?) of Kiwis out there with old frp clients that cannot just stop working.
The other problem is that the frps server claims the proxy port (8073), so there is no opportunity for a web server (we use lighttpd) to act as a load balancer on top of (in front of) the proxy service. Any port redirection has to come from the frp server code itself.
I have this working now. But now there have to be changes on the Kiwi-side to decide when to use proxy2.kiwisdr.com. Probably something like if the proxy name starts with a digit (the new Kiwi-2 auto proxy feature using the serial number as default proxy name). Since currently there are roughly as many of those as there are Kiwis with alphanumeric names (changed by their owner/admins).
-
Continuous Freezing Issues with KiwiSDR via Proxy: Troubleshooting Tips
Here was someone else with an nginx proxy configuration that caused problems with the VER file fetches: https://forum.kiwisdr.com/index.php?p=/discussion/comment/19796#Comment_19796
-
Continuous Freezing Issues with KiwiSDR via Proxy: Troubleshooting Tips
@jimjackii That particular error, where you get
vundefined.undefined
only occurs when your proxy setup if failing to correctly handle an XHR transaction for a file called "VER" the browser is trying to get from the Kiwi server. That file will contain a JSON response that looks something like:{"maj":1,"min":804,"ts":4611686018441628445,"sp":1}
So open the Javascript console and network tab in your browser and see why the fetch of the VER file fails. Does it get an HTTP status of something other than 200? Is the response something other than like the above? If so, figure out why.
Also, on the admin webpage tab, toward the bottom of the page, change the "Web server caching?" setting to "No" and restart. Your Kiwi page loads will be much slower, because no web caching will be done, but it may overcome whatever shortcoming your proxy solution has.
-
v1.804
From the CHANGE_LOG file:
v1.804 February 21, 2025
Antenna switch:
Fixed curl command processing. Use a plus sign ("+") to indicate a space in your curl URL.
E.g. "http://192.168.1.2?cmd=ant+1" runs curl with a URL argument of
"http://192.168.1.2?cmd=ant 1". A space is used as before to separate the arguments for
multiple commands. E.g. "http://192.168.1.2?cmd=ant+1 http://192.168.1.3?tune=144MHz".
(thanks Steffen)
Added a field for specifying a curl command to run when the antenna is switched to ground
(because the "Ground antennas when no users connected" option is enabled).
Added backend for Kmtronic 2-channel device [but needs testing]. (thanks Fernando)
TDoA:
Added URL parameter to populate sampling station list with custom/private entries
(i.e. sampling hosts that are not on the map). See TDoA help panel.
Fixed admin backup tab function broken by the admin password reset change.
Disabling user connections (admin control tab) now also stops autoruns.
-
Can you flash a BBG without the KiwiSDR mounted? [yes]