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

Add cleaner message interface to bitsparser #84

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jsmailes
Copy link

@jsmailes jsmailes commented May 20, 2022

The MessageInterface class implements the same basic functionality as Message, but its __init__ has sane arguments so it can be used as an interface for other scripts.

The `MessageInterface` class implements the same basic functionality as
`Message`, but its `__init__` has sane arguments so it can be used as an
interface for other scripts.
@Sec42
Copy link
Member

Sec42 commented May 23, 2022

That is an interesting idea. Can you share what use cases you have in mind for it?

@jsmailes
Copy link
Author

I'm currently using it in one of my projects to decode some raw iridium messages which have not been produced using the basic gr-iridium scripts, so the input string is not formatted in the way Message's __init__ expects. It's useful to be able to pass in the parameters manually instead of relying on the string manipulation in the basic class.

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.

2 participants