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

Update AIT-GUI for AIT-Core 3 / msgpack serialization #261

Open
nttoole opened this issue Mar 6, 2025 · 0 comments
Open

Update AIT-GUI for AIT-Core 3 / msgpack serialization #261

nttoole opened this issue Mar 6, 2025 · 0 comments

Comments

@nttoole
Copy link
Contributor

nttoole commented Mar 6, 2025

As part of NASA-AMMOS/AIT-Core#542, pickle was replaced by msgpack for serialization.

During the pickle era, some messages were double-pickled (pickled prior to passing off the 0MQ where it would be pickled again). Plugin's would eventually receive a pickled-once message, and so would need to call pickle.loads() to recover.
With AIT-Core 3, the message passed to Plugin.process() is fully recovered. So we just need to ensure pickle.loads() is removed.

def process_telem_msg(self, msg):

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