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

Consider using msgpack for all components #8

Open
MartinLoeper opened this issue May 31, 2021 · 0 comments
Open

Consider using msgpack for all components #8

MartinLoeper opened this issue May 31, 2021 · 0 comments

Comments

@MartinLoeper
Copy link
Member

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.

@MartinLoeper MartinLoeper changed the title consider using msgpack for all components Consider using msgpack for all components May 31, 2021
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