-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C-style date and time -> QDateTime in wbt format. #1090
Conversation
I thought I deleted wbt ... And navilink.
…On Fri, Apr 28, 2023, 11:13 AM tsteven4 ***@***.***> wrote:
Merged #1090 <#1090> into master.
—
Reply to this email directly, view it on GitHub
<#1090 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCSD3426DICAXQ4ON3DMY3XDPUDJANCNFSM6AAAAAAXPI5EPI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Let me check in the fix for navilink, and then lets deprecate them both. |
I'm chasing down time_t and |
Deal. LMK if you want me to be the axe-man as I'm back in pocket now.
(Well, as "in pocket" as I get these days...)
nuke_formats is quite effective, though it misses reference files.
Sometimes we have a reference file used by some OTHER format, so that's
hard to automate.
Now I wonder if I have a computer/branch/work tree somewhere that I forgot
to post and push. More likely I just hallucinated doing it or I thought
about it and fell asleep before doing it or something. I just hate to have
you spending your time on formats that nobody is using.
It does seem like struct tm and friends have lingered on longer than
NEW_STRINGS did. It feels like we've been picking at that scab forever.
…On Fri, Apr 28, 2023 at 1:21 PM tsteven4 ***@***.***> wrote:
I'm chasing down time_t and , getting ready to remove the time_t=0 =>
invalid crutch.
—
Reply to this email directly, view it on GitHub
<#1090 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC3VAD2FPQLBPQZW2CVNC7TXDQDDPANCNFSM6AAAAAAXPI5EPI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
navilink, sbp, sbn are all related. There is shared code between navilink and both sbp and sbn. Is only navilink to be deprecated? |
+craig, the czar of windsurfers.
Oh, that's right. Maybe that's whyI started and then backed out.
Kind of like M241 was a hacked-up Holux protocol device, Navilnik takes the
Sirf Binary Protocol and enhances it.
I've long believed that SBN and SBP were used by low-cost logging devices
(the kind one might find on quadcopters) that basically took the
Sirf packets and plopped them into a FAT32 filesystem for later analysis.
We certainly see this basic model applied to the Skytraq and MTK chipsets.
However, skimming blogs and forum posts of the last several years, it seems
that's just not the case. (This probably has to do with Sirf's decade+
patent
<https://www.reuters.com/article/broadcom-sirf-patent/update-1-us-trade-panel-bars-sirf-gps-chips-in-patent-fight-idUSN1538267020090115>
issues
<https://www.gpsworld.com/consumer-oemnewssirf-requests-reexamination-broadcom-patent-ruling-2970/>
and resulting bannination from the U.S.)
The *only* real user I can find of these is the BT-31/60 class of products
and they seem to be almost exclusively windsurfers, but that traffic has
gone to zero in the last 6-8 years. Thus I'm asking our interface to that
community, Craig Bergh, if there are enough remaining active users of the
(Navilink, SBP, SBN) formats to justify their ongoing maintenance costs.
Craig, can you please give us a few sentences of advice here?
Just talking out loud, even in the $.11 CH32V003 space, the cost of a
multi-GB removable storage and writing NMEA sentences has dropped to
nothing, so maybe the days of all these goofy binary logger formats are
just over. Maybe loggers just write NMEA and that's that.
Also, we need better metrics on what is ACTUALLY used in this app. The
Linux camp will flip out and be unrepresented.
…On Fri, Apr 28, 2023 at 3:37 PM tsteven4 ***@***.***> wrote:
navilink, sbp, sbn are all related. There is shared code between navilink
and both sbp and sbn. Is only navilink to be deprecated?
—
Reply to this email directly, view it on GitHub
<#1090 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC3VAD4BFP7UH5CFMB7R55LXDQTBXANCNFSM6AAAAAAXPI5EPI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Note to self: I've just spent 90 minutes trying to find Craig and 30 before that trying to not need Craig by independently researching use of these formats. His email bounces, I've tried LinkedIn, Twitter, FB, various WindSurfing sites, and two phone (!) numbers. One contact form gives an error 500 and the last one is our last hope. I did submit one help request in a forum and one in email and he's a well known (Surfer of the Year winner) character, so there's still some chance of finding him. It's also possible that his ISP is just being a butt or that something darker has happened. (Google search didn't reveal that if it happened.) With my memory as it is, I'm just putting it on the permanent record that if I can't find Craig or anyone else representing the Windsurfers in the next few days, these three formats go bye-bye early next week. |
As discussed in #1090 these units have long since been deprecated by their maker. We have no known remaining users. Numerous attempts (including phone calls and attempt to contact via the windsurfing community) to reach the last known users have all failed. Buh Bye.
As discussed in #1090 these units have long since been deprecated by their maker. We have no known remaining users. Numerous attempts (including phone calls and attempt to contact via the windsurfing community) to reach the last known users have all failed. Buh Bye.
As discussed in #1090 these units have long since been deprecated by their maker. We have no known remaining users. Numerous attempts (including phone calls and attempt to contact via the windsurfing community) to reach the last known users have all failed. Buh Bye.
Sorry for necro-commenting, but there still are windsurfers using SBN (I have a Locosys GT-31). But I guess I'm too late... |
This also enhances the wbt tests so they look at the timestamps!