nkh-lab / ndk-capi-hello-world

Android Studio example how to use GENIVI CommonAPI via SOME/IP between two app services from native code.
7 stars 4 forks source link

androin and ubuntu communicate with soemip #2

Closed fengtuo58 closed 2 years ago

fengtuo58 commented 2 years ago

hi, how to make the androin and ubuntu host communicate with someip rather than two service on androin? I am a novice to androin so please guide me about androin config to communicate betwen ndroin and ubuntu host. Thanks

fengtuo58 commented 2 years ago

@nkh-lab

nkh-lab commented 2 years ago

Hi, it is possible, you need to switch communication from local socket usage to TCP or UDP by providing corresponding configuration to your server and client. You can find needed information here https://github.com/COVESA/vsomeip/wiki/vsomeip-in-10-minutes and here https://github.com/COVESA/vsomeip/issues/29.