• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

hello_world/25-Apr-2025-567424

routingmanagerd/25-Apr-2025-217159

CMakeLists.txtD25-Apr-20251.5 KiB3828

notify-sample.cppD25-Apr-20258.1 KiB276225

readme.txtD25-Apr-20251.1 KiB1812

request-sample.cppD25-Apr-20257.8 KiB237203

response-sample.cppD25-Apr-20255.5 KiB188151

sample-ids.hppD25-Apr-2025801 2413

subscribe-sample.cppD25-Apr-20256.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