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

pubsub, client-service: Improve usability for "vsomeip-uninvolved" zserio developers. #8

Open
l-laura opened this issue Apr 4, 2022 · 0 comments

Comments

@l-laura
Copy link
Contributor

l-laura commented Apr 4, 2022

To get started with zsomeip, developers must currently cover several tasks that could be hidden or automated:

  1. Writing vsomeip config files and also passing these settings to zsomeip, e.g. by using in-code #define statements.
    Instead: introduce a common zsomeip configuration file format from which vsomeip and zsomeip configs can be generated.

  2. Defining service/instance/method IDs in vsomeip, both in config files and code.
    Instead: zsomeip main focus should be on zserio topic/service names, IDs for vsomeip should be autogenerated (maybe with seeds for replicable IDs). Writing these settings manually should be possible, but optional.

  3. Implementing an app with initialization and event processing loop to handle service requests / event publishing.
    Instead: similarly to zswag, it should be possible to start a service or field* publisher instance by providing a zsomeip configuration file (and service endpoint implementations). Startup and processing loop should be a part of the internal implementation.

The focus should be on easier onboarding for zserio developers who have no prior experience with vsomeip.

* Fields are events with setters - a field publisher is triggered by changes to the field, so no internal publishing logic is needed.

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