jks
About
- Username
- jks
- Joined
- Visits
- 32,324
- Last Active
- Roles
- Member, Administrator, Moderator
- Points
- 331
Reactions
-
V1.107 - Daily restart [restart after update also added]
-
Minimum CW bandwidth needs reducing [fixed: min is now 4 Hz]
v1.107 will let you reduce it to 4 Hz. At this low of a value the filter skirts aren't so great as a percentage of the passband width. But there is a definite signal-to-noise improvement over the previous 50 Hz minimum, so this was a worthwhile change.Remember the shortcut of holding down the shift key and click on the zoom in/out icons (+/- magnifying glasses) to easily change the passband width by +/- 80%. -
NOAA FAX
Yes, the v1.100 release improved the situation. Details here: https://github.com/jks-prv/Beagle_SDR_GPS/commit/ba3ec102465bfe29d8a6582cb4068ba4c8dbe700 -
does ipv6 prevent registration? [fixed in v1.100]
Looks like my fix in v1.100 worked. You're now listed on sdr.huI added the "--inet4-only" option to the wget that sends the registration info to sdr.hu That way it won't get an ipv6 packet and fail to match with the domain ip.Thanks, I didn't realize there were such things as ipv6 tunnels. I'll give it a try. -
does ipv6 prevent registration? [fixed in v1.100]
The actual problem is with sdr.hu If it receives a registration from an ipv6 packet, and the domain name in the packet has both ipv4 ("A") and ipv6 ("AAAA") DNS records then it always tries to match with the ipv4 and not the ipv6 like it should. The other problem I discovered is that sdr.hu doesn't seem to accept ipv6 addresses as a valid domain name as it does for ipv4. That would have been the other way to solve the problem.