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

Migration of Remote.gui plugin to GAMA 2024-06 may have broken communication #40

Open
benoitgaudou opened this issue Feb 22, 2024 · 1 comment
Assignees

Comments

@benoitgaudou
Copy link
Contributor

I just migrated the remote.gui plugin to the branch 2024-06.
I made it compiles.
Nevertheless, it is built on MQTT communication, that uses an XStream serialisation.
With the new serialisation in GAMA, Xstream is not avilable anymore.
I replace the code of the 2 methods serializing and unserializing data using the current serialization mecanism, using a binary (un)serialising.

I have not tested, but I have the feeling that this will make the communication more complex with external software.
Maybe switch to a JSON serializing ?

@AlexisDrogoul
Copy link
Member

JSON would be preferable -- maybe the option to choose from binary to json should be included in the different protocols / messaging capabilities ?

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

3 participants