• Home
Name Date Size #Lines LOC

..--

hello_world/06-Sep-2024-567424

routingmanagerd/06-Sep-2024-217159

CMakeLists.txtD06-Sep-20241.5 KiB3828

notify-sample.cppD06-Sep-20248.1 KiB276225

readme.txtD06-Sep-20241.1 KiB1812

request-sample.cppD06-Sep-20247.8 KiB237203

response-sample.cppD06-Sep-20245.5 KiB188151

sample-ids.hppD06-Sep-2024801 2413

subscribe-sample.cppD06-Sep-20246.6 KiB190159

readme.txt

1# Copyright (C) 2014-2017 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
2# This Source Code Form is subject to the terms of the Mozilla Public
3# License, v. 2.0. If a copy of the MPL was not distributed with this
4# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5
6To use the example applications you need two devices on the same network. The network addresses within
7the configuration files need to be adapted to match the devices addresses.
8
9To start the request/response-example from the build-directory do:
10
11HOST1: env VSOMEIP_CONFIGURATION=../../config/vsomeip-local.json VSOMEIP_APPLICATION_NAME=client-sample ./request-sample
12HOST1: env VSOMEIP_CONFIGURATION=../../config/vsomeip-local.json VSOMEIP_APPLICATION_NAME=service-sample ./response-sample
13
14To start the subscribe/notify-example from the build-directory do:
15
16HOST1: env VSOMEIP_CONFIGURATION=../../config/vsomeip-local.json VSOMEIP_APPLICATION_NAME=client-sample ./subscribe-sample
17HOST1: env VSOMEIP_CONFIGURATION=../../config/vsomeip-local.json VSOMEIP_APPLICATION_NAME=service-sample ./notify-sample
18