Skip to content

Generating a virtual ECU with standardized subservice identifiers #455

Answered by fkglr
rumpelsepp asked this question in Q&A
Discussion options

You must be logged in to vote

Could you also help me with generating a virtual ECU with standardized subservice identifiers? For instance, using 0x10, SBF of 0x1 for default session, 0x3 for extended, etc. Can I do that, and if I can, which command shall I use?

You can control some of the randomness of the ECU using its command line parameters. E.g. you can create a virtual ECU which has at least the three session 0x01, 0x02 and 0x03 using the parameter --mandatory_sessions [1,2,3]. You can also suppress creating further sessions by setting the probability of session activation to zero with --p_session 0.
These sessions however don't have a specific behavior. You would have to program that in on your own.
What you c…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@LeventCelik
Comment options

@rumpelsepp
Comment options

@fkglr
Comment options

Answer selected by rumpelsepp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation
3 participants