summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLutz Bichler <Lutz.Bichler@bmw.de>2015-02-09 09:00:03 +0100
committerLutz Bichler <Lutz.Bichler@bmw.de>2015-02-09 09:00:03 +0100
commit2ad98349f4038b983fed65b5b3b6d5a7047d7180 (patch)
treeb9d05cb7e33fdd15723b8608ef6334d46f69d187
parent9a580c2779c14ba30f13638e25b1f3cdef085493 (diff)
downloadvSomeIP-2ad98349f4038b983fed65b5b3b6d5a7047d7180.tar.gz
Configuration files are json-files.
-rw-r--r--examples/readme.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/readme.txt b/examples/readme.txt
index 834485e..ac66d31 100644
--- a/examples/readme.txt
+++ b/examples/readme.txt
@@ -3,10 +3,10 @@ the configuration files need to be adapted to match the devices addresses.
To start the request/response-example from the build-directory do:
-HOST1: env VSOMEIP_CONFIGURATION_FILE=../config/vsomeip.xml VSOMEIP_APPLICATION_NAME=client-sample ./request-sample
-HOST2: env VSOMEIP_CONFIGURATION_FILE=../config/vsomeip.xml VSOMEIP_APPLICATION_NAME=service-sample ./response-sample
+HOST1: env VSOMEIP_CONFIGURATION_FILE=../config/vsomeip-local.json VSOMEIP_APPLICATION_NAME=client-sample ./request-sample
+HOST2: env VSOMEIP_CONFIGURATION_FILE=../config/vsomeip-local.json VSOMEIP_APPLICATION_NAME=service-sample ./response-sample
To start the subscribe/notify-example from the build-directory do:
-HOST1: env VSOMEIP_CONFIGURATION_FILE=../config/vsomeip.xml VSOMEIP_APPLICATION_NAME=client-sample ./subscribe-sample
-HOST2: env VSOMEIP_CONFIGURATION_FILE=../config/vsomeip.xml VSOMEIP_APPLICATION_NAME=service-sample ./notify-sample
+HOST1: env VSOMEIP_CONFIGURATION_FILE=../config/vsomeip-local.json VSOMEIP_APPLICATION_NAME=client-sample ./subscribe-sample
+HOST2: env VSOMEIP_CONFIGURATION_FILE=../config/vsomeip-local.json VSOMEIP_APPLICATION_NAME=service-sample ./notify-sample