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

Fix SAME interpreter to constrain to valid characters last #6

Open
ke4roh opened this issue Aug 17, 2016 · 0 comments
Open

Fix SAME interpreter to constrain to valid characters last #6

ke4roh opened this issue Aug 17, 2016 · 0 comments
Assignees

Comments

@ke4roh
Copy link
Owner

ke4roh commented Aug 17, 2016

When a SAME message is received, it might be received with errors. There is substantial code to correct these messages, but it needs to be re-ordered. As it is, first constrains received characters to valid ones, then proceeds to find the nearest matches for words. Instead, it should 1. constrain for valid characters only as necessary to identify the shape (location of delimiters) of the message, 2. constrain to valid words (FIPS codes, valid message codes), and 3. constrain to valid characters last. This way, on step 2, it can accurately measure the number of bits changed to arrive at a valid result.

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

No branches or pull requests

2 participants