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
Currently we are using msgpack for newer interfaces such as Ethernet and USB only.
This breaks interoperability a bit because the client (i.e. analysis layer) has to know which ProxySuite component it subscribes to.
Idea: use msgpack for all components and pass the proxy suite component name as 'component' attribute.
This would allow the analysis layer to adjust the processing logic based on the component which delivered the data.
The text was updated successfully, but these errors were encountered:
MartinLoeper
changed the title
consider using msgpack for all components
Consider using msgpack for all components
May 31, 2021
Currently we are using msgpack for newer interfaces such as Ethernet and USB only.
This breaks interoperability a bit because the client (i.e. analysis layer) has to know which ProxySuite component it subscribes to.
Idea: use msgpack for all components and pass the proxy suite component name as 'component' attribute.
This would allow the analysis layer to adjust the processing logic based on the component which delivered the data.
The text was updated successfully, but these errors were encountered: