e2e protection configurations for all the profiles #771
-
Hi I am trying to use e2e protection in my implementation and I need to use all the available autosar e2e protection profiles, but here https://github.com/COVESA/vsomeip/tree/master/test/network_tests/e2e_tests/conf I can only find examples of vsomeip json configuration files for Profile 04 and Profile 07, could someone help me to understand the json configuration for all the available autosar profiles like 1,2,4,5,6,7,11,22. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @NagarjunaReddyG5262, here's the part of our E2E configuration. 20. E2E
Simple E2E configuration
E2E Profile 01 configurationServer-side
Client-side
E2E Profile 04 configurationServer-side
Client-side
|
Beta Was this translation helpful? Give feedback.
Hi @NagarjunaReddyG5262, here's the part of our E2E configuration.
Thanks
20. E2E
true
to enable.protector
,checker
andboth
, respectively.CRC8
for Profile 01,P04
for Profile 04,P07
for Profile 07 andCRC32
for the Custom Profile with ethern…