jks
About
- Username
- jks
- Joined
- Visits
- 36,332
- Last Active
- Roles
- Member, Administrator, Moderator
- Points
- 642
Reactions
Comments
-
Fixed in v1.611
-
VLF signals make great TDoA targets because of their stability, SNR, well known tx locations etc. All the MSK stuff is so heavily encrypted (as you'd expect) that there is no spying motivation.
-
There is already a URL parameter to take you directly to the camping page: my_kiwi:8073/?camp or my_kiwi:8073/?...(other URL stuff)...&camp It should be unaffected by "prevent multiple connections from the same IP address" being true, …
-
It's always possible there a timing bug that causes a one-off problem like this. However if you ever have a set of actions that causes the problem to occur consistently then I'm very interested in know about it.
-
Yes, it is possible I forgot to include the frequency offset to the value reported to PSKreporter. I'll have a look at that.
-
Could be legit. directTDoA is an independent TDoA front-end program developed and actively maintained by @linkz (https://github.com/llinkz/directTDoA) And the frequencies are for real stations (US Navy MSK sub comm). Do you have decent reception of …
-
Okay, that's great that it's reproducible. I'll try and replicate it here.
-
About the error with dx_config.json etc: This is an example of what can happen when you run things out of the intended order and in unexpected ways. The migration of the label related information out of the kiwi.json configuration file into the new …
-
I don't think this is generally true. Otherwise my inbox would be overflowing. The only thing that changed recently is that the default stored label database was updated (only if never modified by the kiwi owner/admin). So tell us more about what yo…
-
It sounds like debian.org has deprecated Debian 9 just like they did Debian 8 a while back. Same symptom: The change of the repositories to archive.debian.org causes glib.h to not be found for some reason (used by the HFDL extension). How did you up…
-
Hi Roland. First, try rebooting the Kiwi completely from ssh. Especially if the uptime command says it's been up for more than 100 days. Use the reboot command. After a reboot wait a few minutes then try this to see if the Kiwi server is running: ps…
-
I will add some code so you get a proper error message when this happens instead of just a partial page load (which is very unhelpful). Thank you for mentioning this.
-
Okay, but I'd like to know more in case there is really a bug I need to fix. Are you running the latest version? (v1.608) Do you use the admin DX tab to make changes? Or do you edit the file directly? A stray "%c" is possibly from a broken…
-
Is that Firefox on Windows? If so, bring up the javascript console by typing control-shift-K and look for an error message. Post it here. Possibly a bad software build.
-
I'll submit a PR to Kari and we'll eventually get re-synchronized again.
-
v1.608 is compatible with the previous (8/2022) version of the antenna switch extension. But if you update to the latest (6/2023) extension you must be running v1.608 (or later).
-
Yes, I know all this. The READMEs are contained in the Kiwi source code, e.g. Beagle_SDR_GPS/pkgs/EiBi/README.A23.11may23.txt
-
That data comes straight from the EiBi database. I certainly don't have the ability to be making any changes like that.
-
IDK. Works fine when I try it.
-
Bump
-
I can never remember the syntax for the find command. So there's an alias on all Kiwi's called ff (find file): root@ai64:~# ff dx.json ./kiwi.config/dx.json ./Beagle_SDR_GPS/unix_env/kiwi.config/dist.dx.json
-
It doesn't seem to show the demodulated audio That's why I said pre-demod. The FFT-based passband filtering happens before any of the demodulators.
-
One big problem with the Spec AF display is that it really needs its own min/max controls. Right now there is just a heuristic to try and derive the values from the waterfall (hence Spec RF) min/max. But it doesn't work across all situations (e.g. w…
-
It does show the audio spectrum (AF) of the rx channel, not the RF spectrum of the waterfall channel. But it's the pre-demod data from the FFT-based passband filter (since you get that FFT data for free essentially).
-
I had thought of that. And also, like how the Off , Spec and mode buttons work now, have multiple presses of the same button cycle between different sub-panels. For example, pressing the Audio button would cycle between the existing content and the …
-
The "hamburger" was not my cup of tea. Fine. But the previous solution (the orange/blue up/down buttons) was really terrible because it gave you no context. At least now you have a scrolling menu with a place for the "clear all" …
-
What size sd cards did you use? When re-flashing did it seem to go through the normal "back-and-forth" LED pattern before it finally ended in all of them flashing quickly? A Debian 10 re-flash should take much longer than Debian 8 due to t…
-
There is not a different image for the BeagleBone Black versus the Green. They use the same Kiwi-customized Debian 10 image described in our documentation.
-
With ssh you don't login as user "admin". Login as user "root" or "debian". Try clearing the browser cache: hold shift key before clicking the reload icon (circle-arrow symbol, third from left). If that doesn't help the…
-
Re "BeagleBone Black": Two versions of the Kiwi were sold. A "board-only" version was for people who already had an original BeagleBone Black and simply wanted to add the Kiwi board to it. The full Kiwi kit included a BeagleBone …