2 Star 16 Fork 7

autoas / as

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
DoIP.md 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
parai 提交于 2023-07-12 23:39 . update for Net
layout title category comments
post
AUTOSAR Diagnostic Over IP
AUTOSAR
true

Sockets for one DoIP server

1. UDP discovery socket

This socket is by default configured as broadcast for sending vehicle announcement message.

2. TCP DoIP server socket

This socket is created as serever for waiting client connections.

An example to play with

  • NetApp: An app with SOMEIP/SD, DoIP and CAN stack together
  • DoIPSend: An app that play as a DOIP tester

Build NetApp accoriding to SOMEIP/SD

But if want to test CAN related things, better to disable the vbox adapter and not using LWIP by using below command to rebuild the NetApp.

# below command that rebuild NetApp not using LWIP over vbox adapter
scons --app=NetApp --os=OSAL

# build the DoIP tester
scons --app=DoIPSend

# run NetApp
build\nt\GCC\NetApp\NetApp.exe

# run CanApp as edge node
build\nt\GCC\CanApp\CanApp.exe

build\nt\GCC\DoIPSend\DoIPSend.exe  -v1001

build\nt\GCC\DoIPSend\DoIPSend.exe  -v1001 -t caaa
1
https://gitee.com/autoas/as.git
git@gitee.com:autoas/as.git
autoas
as
as
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891