Project Installation Setup (Windows)

Prerequisite

Installation Steps (Example)

  • Here project installation is provided below for Windows environment . For example DoIP project installation is implemented below. Likewise for all projects the procedure will be same.

  • After installation of visual studio done,

  • To open the doip_client_demo_app in the visual studio go to the below path

  • ${PROJECT_DIR}/build/win32_vs/doip_client_demo/DOIPClientDemo

  • ${PROJECT_DIR} - > unzipped RS_DoIP_Evaluation_Version directory.

  • Double click on the file “DOIPClientDemo.sln”, doip_client_demo project will open in visual studio.

  • To open the doip_server_demo_app in the visual studio code go to the below path

  • ${PROJECT_DIR}/build/win32_vs/doip_server_demo/DOIPServerDemo

  • ${PROJECT_DIR} - > unzipped RS_DoIP_Evaluation_Version directory.

  • Double click on the file “DOIPServerDemo.sln”, doip_server_demo project will open in visual studio.

DoIP Project Installation in Windows
  • Note: Need to change solution platform as x86

  • After update the macros built the project by right click on the doip_server_demo/doip_client_demo and click built project.

  • After project successfully built, doip_server_demo/ doip_client_demo binary generated in the below path,

Windows Server Executable Path

  • ${PROJECT_DIR}/build/win32_vs/rs_doip_server_demo/RS_DOIP_ServerApp

Windows Client Executable Path

  • ${PROJECT_DIR}/build/win32_vs/rs_doip_client_demo/RS_DOIP_ClientApp

Evaluation Version in Windows

  • Download the Zip (RS_DoIP_Evaluation_Version) file from Embien link or mail and extracted them in a separate folder.

  • Note: This is an evaluation version, so it is run for 15 minutes only.

  • For documents kindly review the index.html in the below path in extracted folder.

  • RS_DoIP_Evaluation_Version/documentation/html/index.html

  • ${PROJECT_DIR} - > unzipped RS_DoIP_Evaluation_Version directory.

Application run in windows

  • Open the terminal in the above folder and run the below command

  • Note: Before run the client we need to run the doip server on another terminal or eclipse.

  • $ ./RSDoipClientApp.exe

  • $ ./RSDoipServerApp.exe