jks
About
- Username
- jks
- Joined
- Visits
- 36,211
- Last Active
- Roles
- Member, Administrator, Moderator
- Points
- 638
Reactions
Comments
-
And... I think I see what's wrong. IPv6 link-local address are not being recognized as valid local addresses due to a very simple bug. I wonder why I never saw this before? Anyway, thank you very much! Will be fixed in the next release.
-
If you remove the admin password and try connecting using kiwisdr.local:8073/admin I'll bet it says something like: No admin password set. Can only connect from same local network as Kiwi. Client ip = [fe80:0:0:0:c61:36bd:206a:6886] Which means kiwi…
-
It is a pity there is no real protocol documentation or wiki. In the ten years since the product was introduced there was very, very little need for it. And the people who did need it were able to figure it out on their own, like the original author…
-
Why does your waterfall look like "streaks" of data? Like you're plotting the same data across multiple scan lines? Rather than one waterfall data set per scan line?
-
The S-meter data is in the header at the beginning of every audio packet. See Kiwirecorder for how to decode. Specifically client.py: def _process_aud(self, body): ... smeter, = struct.unpack('>H', buffer(body[5:7])) ... rssi …
-
The waterfall image above look very much like the Kiwi waterfall averaging mode (which I'm sure almost no one uses) is enabled. I.e. third menu from the left on the WFn tab of the user control panel. There is API controlling this. It should be off b…
-
The bandwidth available via the API is quite narrow (only a few narrow IQ streams at once.) Only for the audio. Waterfall is completely separate. How is this not understood after all I've written about it? E.g. https://forum.kiwisdr.com/index.php?p=…
-
Well, now hold on. You should have mentioned your exact application at the beginning. Something the Kiwi does do is allow precise GPS timestamping of the audio stream. This is how the TDoA direction finding application is able to work. Now post-proc…
-
Look at how Kiwiclient / Kiwirecorder works: https://github.com/jks-prv/kiwiclient It answers all your questions. But you'll have to make an effort to understand how that code works.
-
Okay, that document now has copies of the default stored .json and .csv database files you can download.
-
And just to clarify: I noticed your waterfall capture shows you have the EiBi label database selected. And this masked stuff you set on the admin DX tab only applies to the "stored" database, since that's the only one that is writable. But…
-
Ha ha, okay. Not to worry. See our documentation here: http://kiwisdr.com/info/#id-user-marker-masked Probably in the admin "DX" tab you used the red buttons import JSON or import CSV on the downloaded files mentioned in the document. I gu…
-
Well.. There needs to be a more detailed discussion here as there may be some misconceptions about what the KiwiSDR is and what its capabilities are. The timing repeatability of the measurement you want are a little difficult to achieve given the &q…
-
I hope you meant to say the P8 connector instead of P9. Don't use GPIO pins on P9. Some are already being used by the planned Kiwi upgrades. I would discourage doing this in general. P8 pins not only go to the Beagle GPIO but also to the FPGA. If yo…
-
You must have re-flashed to a very old version where this admin looping problem occurs. Email the admin password to support@kiwisdr.com and I can fix it.
-
@bwilson I'm going to have to move forward with the Mongoose update at some point because it solves problems other people are having. Instead of the 502 error you mentioned could it possibly have been a "503: Service Unavailable, determining lo…
-
Showing on the rx list/map may be leftover from when you were last successfully connected through your home router. It takes significant time for a Kiwi to disappear from the list/map if it is no longer responding to the polling conducted by kiwisdr…
-
Bug found. My fault (always is). But I'm not going to be updating Mongoose 5 => 7 for a while. Due to the @bwilson issue and possibly others. Too much else of higher importance going on right now..
-
But it is not listed currently and not sending public registration info to kiwisdr.com Are you sure you still have registration set to "Yes" on the admin public page?
-
v1.817 rolls back to Mongoose 5.6 fixing the problem. I see what the problem is, but I could not find where exactly the problem was. So I'll look for it offline. We'll continue to have the "connections from 127.0.0.1" problem as a result. …
-
What do you mean "while switching modes"? Error 502 is "Bad gateway". Do you have an unusual network setup? Private proxy? Wireless link, etc?
-
This 10 second delay is unfortunate. But it's essential that the algorithm has no false positives.
-
These Kiwi most likely have the setting "Number of simultaneous channels available for connection by non-Kiwi apps" set to "None" (admin "connect" tab). The algorithm for determining if a connection is a "bot"…
-
Almost certainly because I've been updating the IP address blacklist and you have automatic blacklist downloads turned on. On the admin status tab is a list of all possible reasons for a nightly restart. The last item in that list "Network tab:…
-
@bwilson That's valuable intel -- thank you. I've taken them out of the global blacklist. If anyone wants to add them back just put 133.9.0.0/16 into your local blacklist.
-
So there is some indication now the tariff would be collected as VAT is now in the UK/Europe. That is, DHL contacts you when the parcel lands and asks for the tariff to be paid via credit card PLUS their "processing" fee (amount TBD). Then…
-
Don't know. NZ tariff just got bumped from 10 to 15%. But the unknown is the overhead. What does DHL charge us in fees? How much of my time gets spent dealing with this instead of working on stuff you guys actually want? The list goes on and on..
-
Yep, bug in the Mongoose web server we use. Fixed by switching to an updated version. I had been planning this switch for a long time (it's needed for wide band mode), but delayed because it's a major change. Now there is a good reason to finally ma…
-
I think this problem may have been found.