jks
About
- Username
- jks
- Joined
- Visits
- 36,292
- Last Active
- Roles
- Member, Administrator, Moderator
- Points
- 642
Reactions
Comments
-
Does anyone think this is a problem for earlier than iPadOS/iOS 17? I'm thinking about, on connection, automatically adding the "m" to the URL and forcing the page to reload. But only if the user agent info specifies iPadOS/iOS 17 or later…
-
I see that WSPR autorun has V/UHF presets. I had forgotten about that. And the WSPR code will not start a particular autorun if the band isn't covered by the current offset frequency range. So I just need to do the same thing for FT8.
-
Yes, I can do that. Added to my infinite list of things to do..
-
@n8oou Well, that's unfortunate. You'll probably see the same failure in v1.694 I can only debug this on a Kiwi with the actual Arduino netshield hardware present. If you don't mind, please email your Kiwi's admin password to support@kiwisdr.com an…
-
Thanks for this. Fixed in the next release. I'm moving more and more configuration items to be stored using JSON format. But in the case of the "additional HTML" item there has to be a JSON-to-HTML conversion at runtime. And I didn't get t…
-
Okay, let's try this update again. Hopefully it won't cause your ATM machine to stop giving you cash.
-
Yes, if you're still on 690 because you had automatic updates turned off, or whatever, that's fine.
-
Our online store at kiwisdr.nz is now open for orders. Thank you
-
https://forum.kiwisdr.com/uploads/331/327HQPC7I599.jpg
-
Yes, seems okay now.
-
I'm sorry. I don't quite understand what the root cause of this problem is. It's possible that github.com changed the curl timeout values on their end for some reason. We first noticed the issue with someone who had a very slow Internet connection t…
-
The only alternative really is to make an sd card with the Debian 11 based release and re-flash. Instructions here: http://kiwisdr.com/info/#id-net-reflash
-
Okay, now that you're in the /root directory (shell prompt is ~#) try the commands again. But I think the problem is that it's not going to work with Debian 8.
-
What does a pwd say? From your shell prompt it looks like you're in the / directory instead of /root that the cd command (first one in my list) would have taken you to. But it seems that the GIT_HTTP... isn't helping which is a big problem. What's t…
-
Found the problem. Will be included in the next release whenever I manage to get it sorted out.
-
Try these commands in the admin console tab. Be very careful not to make any mistake typing them. If you get an error stop and ask here. cd mv Beagle_SDR_GPS old export GIT_HTTP_LOW_SPEED_LIMIT=1000 export GIT_HTTP_LOW_SPEED_TIME=1000 gclone Beagle_…
-
How did you "return back to v1.690"? Did you do a git checkout of an earlier commit SHA and rebuild?
-
Okay, the keyboard issue. Yeah, I wish Apple would quit changing what are supposed to be stable web standards. And not make it such a moving target. If maintaining the mobile interface was my only job this wouldn't be an issue. But of course that is…
-
v1.691/692 had very significant changes to the framework of the networking code (not the version of the networking code itself -- that comes later). Including the code that deals with figuring out the correct IP address in the case of proxy connecti…
-
What? You're joking, right? There are multiple warnings in our documentation and on the forum that say the BBGW is physically incompatible with the Kiwi board. You simply cannot plug the Kiwi board into it because the 2x2 USB port connector stacks g…
-
For v1.664: On the admin console tab, is there a red button labeled "re-clone sources"? If so, try that. Afterwards you should be able to use the "build now" button on the admin update tab.
-
Well, we seem to have a complete disaster. I tested this stuff for weeks. Guess it wasn't enough. For now I'm going to revert everything. This will take a little while..
-
So there's some kind of strange issue where certain public Kiwis register themselves a few times but then stop doing so and eventually drop off the listing and map. They're still working fine and contactable. Just not on the public list/map. Investi…
-
The iPad I have here is so old that /?m makes no difference. I'd be interested: Could you mention some of the things that work differently? Since there is nothing in the code that detects /?m and does anything differently, it must be changes in how …
-
From the CHANGE_LOG file: (part 3/3) Admin config tab: (thanks Tremolat, G8JNJ, Ben, et al) New checkbox "Show user names to user connections". When checked will show "(private)" in place of usual user name displayed in…
-
From the CHANGE_LOG file: (part 2/3) User names composed of certain UTF-8 characters and lengths: (thanks OZ6F, RZ3DVP) 1. Can no longer cause the admin users tab to stop displaying. 2. Are now correctly shown in the admin log and system l…
-
It's a real shame our efforts to place a T1-1 on the Kiwi-2 failed (it made matters worse for reasons that were never fully understood, but no doubt due to the cramped conditions on the board). But you can bet a T1-1, and more, will be present on Ki…
-
Well, I can't replicate this behavior at all. Sure, if I have "reverse proxy" selected and the server has restarted such that the frpc* process is running then a tcpdump tcp dst port 7000 will see MTU-sized traffic just as you describe. Bu…