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

Morse decoding #1

Open
bjorgan opened this issue May 3, 2015 · 0 comments
Open

Morse decoding #1

bjorgan opened this issue May 3, 2015 · 0 comments

Comments

@bjorgan
Copy link
Member

bjorgan commented May 3, 2015

See https://github.com/ag1le/morse-wip or https://github.com/magnemahre/morse-wip. This should be good enough, at least as a start. Must be made thread-safe, and probably be included as a separate library.

Need interface for recording decoded text, and control over which parts of the text have already been obtained and displayed on the GUI. Morse decoding thread should run by itself without intervention from the rest of the program until the signal has stopped, and continuously spew letters to a buffer? Should the number of morse decoding instances be limited to a predefined number, and then assign the instances to a new signal when it appears and de-assign instances when the signal stops? Connect decoded text to the signal bin, and not the decoder instance itself?

@bjorgan bjorgan mentioned this issue May 3, 2015
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

No branches or pull requests

1 participant