CommonAPI C++ and vsomeip-repository #535
-
I do not understand the idea of "CommonAPI C++". Especially, I do not understand its linking to vsomeip. Why is the wiki in the vsomeip linking to the CommonAPI? Is the CommonAPI an alternative to vsomeip? Is it a predecessor? Can anybody help me and shed some light into it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hi @nachtfuchs, CommonAPI is an abstraction layer over Inter-Process Communication (IPC) protocols, specifically, SOME/IP and DBus. It enables you to write code without having to worry about which binding you use under the hood. vsomeip is a standalone implementation of the SOME/IP protocol, and it's what CommonAPI uses as its SOME/IP binding. I hope this answers your questions. |
Beta Was this translation helpful? Give feedback.
-
Hi @nachtfuchs, |
Beta Was this translation helpful? Give feedback.
Hi @nachtfuchs,
CommonAPI is an abstraction layer over Inter-Process Communication (IPC) protocols, specifically, SOME/IP and DBus. It enables you to write code without having to worry about which binding you use under the hood.
vsomeip is a standalone implementation of the SOME/IP protocol, and it's what CommonAPI uses as its SOME/IP binding.
I hope this answers your questions.