jks
About
- Username
- jks
- Joined
- Visits
- 36,339
- Last Active
- Roles
- Member, Administrator, Moderator
- Points
- 642
Reactions
Comments
-
Looks like I don't handle escaping the HTML comment sequence (dash, dash, greater than) properly. Workaround would be for you to use => or ==> instead. p.s. Holy cow that beverage has good VLF/LF S/N..
-
I need you to be more specific. You say "browser crashes" but then go on to say the "tab deletes". So what do you mean exactly? Does Opera fully crash and the application closes? Or does the tab just close and hence your connecti…
-
I don't know what you mean by "and go elsewhere". Are you talking about a mobile browser where user interface focus is taken away from the browser app? Because a desktop browser certainly doesn't (and shouldn't) have any problem with this.…
-
Okay, pull a new kiwiclient for a fix.
-
Update from repo for a fix.
-
Well, I would need someone to give me a new algorithm to try. The current NBFM demodulator was implemented many years ago. I first tried several well-known demods that should have worked. But they didn't for some reason. The demod from the CSDR pack…
-
With Debian 10.12 running on a BBG I am able to switch between a static ip and DHCP mode on the Ethernet port without any problems. I tried this again just now numerous times. It always worked fine. The Kiwi code uses connman when the Debian version…
-
v1.567 and later should install the connman package (if it isn't already).
-
The framing mode is a visual tool I wrote while developing the bit-level decoders for the various specialty modes (e.g. DSC, EFR, CHU etc). You will note that when you select one of the signal presets from the menus not only is the baud and shift se…
-
If you update a Kiwi to v1.570, and use an updated kiwirecorder (version as of today 19 dec 2022), then the Kiwi will send any configured freq offset value to kiwirecorder automatically. Essentially, you won't need to use the "-o" option i…
-
In v1.570: However the waterfall max and minimum setting string wfm= doesn't seem to work. Fixed. Was broken when audio FFT mode active (settings were overridden by a forced autoscale). Set the waterfall to manual or auto Added: "wfa" or &…
-
Kiwirecorder requires a "baseband" frequency always be specified, i.e. 0 - 30/32M, independent of any configured frequency offset on the Kiwi. To make this situation easier I have added a new option -o freq_offset to the latest kiwirecorde…
-
So the actual problem here is that Debian 11 (Bullseye) doesn't appear to have the connmanctl command (from the conman package) installed by default. Back in January (v1.487) we discovered that Debian 10 required connmanctl to be used to configure t…
-
No, I do not see that. I don't know what that is. I don't see anywhere in the code where that would be printed out. Make sure you are updated to the latest kiwirecorder version from https://github.com/jks-prv/kiwiclient And make sure you are using -…
-
Fixed in v1.566
-
This worked fine for me: python3 kiwirecorder.py -s kiwi_hostname -p 8073 -f 9620 -L -5000 -H 5000 --mode=drm --ext=DRM --snd --user=DRM-test --filename=AIR.9620.12k.drm --s-meter=0 --sdt-sec=1 --tlimit=30 --timestamp --log-level=info
-
In various places inside the /root/Beagle_SDR_GPS/web directory. But you can't simply update the files there and have the changes propagate to the server when it's running in the usual background (daemon) mode. This is because, for speed, all the se…
-
I sent you an email.
-
Residential ISP? If so they're probably blocking incoming connections. If you've forwarded the port manually there is no need for the auto NAT thing. It's just more convenient. But it may require UPnP to be enabled on the router.
-
On the admin connect tab, when you click Click to (re)start DUC what message appears in the status: field? Also, on the log tab, look for any obvious errors on lines starting with DUC: So there are a million other networking-related issues you have …
-
\n (newline) or <br> (HTML break). Number of lines is not limited. Can do this in the "ident" field also, but you're really limited to two lines before a label can potentially interfere with others.
-
Fixed in v1.564 just released.
-
Thanks for spotting this. Escaped my testing somehow. Fix coming soon..
-
As you've probably figured out, you only need the update on the Kiwi you're running the extension on. Not the sampling stations.
-
Okay, please update to v1.563 and see if my fix works for you. @m0taz_1 I'd like to know if the fix works for you as well. Thanks
-
He sent me waterfall images in email. I've asked him to post waterfall + spectrum images here. I see all the classic stuff: Ethernet noise, SMPS, VDSL/BPL. Without spectrum images it's hard to tell how bad of a problem this really is. People often s…
-
Okay, I have the new scheme working. Pretty sure it will work with mobile connections. The whole PHP "long polling" scheme, which was always sort of hack, is replaced with short polling which should be reliable. It has more overhead. But t…
-
I think I have an alternative that might work. But it will require a new Kiwi software release before it can be tested.
-
Okay, I've run out of ideas for now. Your TDoAs are completing fine. What's happening is that your mobile provider is closing the connection to tdoa.kiwisdr.com prematurely before the final completion status is sent to the extension with the result.…
-
Thanks, got that one. One more time please? (I keep making changes to try and fix this)