You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: