Skip to content
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

Turbo ecc #20

Closed
wants to merge 45 commits into from
Closed

Turbo ecc #20

wants to merge 45 commits into from

Conversation

paulyc
Copy link

@paulyc paulyc commented May 30, 2018

Detect up to 5 bit errors and correct up to 3 bit errors. Also happen to fix installation with cmake. Works better than the Makefile now which should be fixed or removed.. todo..

toofishes and others added 30 commits October 22, 2016 17:26
From https://en.wikipedia.org/wiki/Foot_(unit), the foot is recognized
as being exactly 0.3048 meters. It isn't clear where the former
conversion factor of 3.2828 came from, as it really should be
1 / 0.3048 = 3.28084.

In any case, we're better off just using the official value, as we can
multiply rather than divide.
This will start building in Xcode 8.
clock_gettime() has been added, so we should no longer include it on
Darwin 16 and above when compiling.
Adjust precision of feet -> meters conversion
Add latest Xcode version in Travis config
Fix MessageRate exception when null in javascript
…mapping function.

- Removed vh_reg function
- Added stride_mapping for Australian VH- registrations (VH-AAA thru VH-ZZZ)
Added Australian hexid->registration conversion
Update Debian init script to require $network - Issue #172
fallback if missing repo tags
pkg-config --cflags consistent with --libs
@paulyc
Copy link
Author

paulyc commented May 30, 2018

oops, meant to open this in my fork, sorry. maybe someday..

@paulyc paulyc closed this May 30, 2018
@paulyc paulyc deleted the turbo_ecc branch May 30, 2018 12:33
@paulyc paulyc restored the turbo_ecc branch May 30, 2018 12:35
@paulyc paulyc deleted the turbo_ecc branch May 30, 2018 12:36
@mutability
Copy link

FWIW this isn't a great idea, you cannot reliable detect/correct this many errors, there just isn't the data there for it.

(If you do experiment with this yourself, please don't feed the resulting data to FlightAware et al)

@paulyc
Copy link
Author

paulyc commented May 30, 2018

ok good to know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants