Skip to content

Vehicle-Telematics-Control-Unit/external-ECUs-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDP-Server-Service

build with

$ docker buildx build --push \
--platform linux/amd64,linux/arm64 \
--tag registry.digitalocean.com/vehicle-plus/tcu_ecu-ethernet-gateway:v0 .

how to run

$ docker run --name ecus_ethernet_gateway -it --rm --privileged --net host -v /tmp:/tmp:z registry.digitalocean.com/vehicle-plus/tcu_ecu-ethernet-gateway:v0

build boost

cd UDP_Server_Service/docker-boost-build
docker build -t boost_build:v0 .

build vsomeip

cd UDP_Server_Service/docker-vsomeip-build
docker build -t vsomeip_build:v0 .

About

This VSOME/IP containerized service is responsible for communicating with external ECUs in the vehicle through Ethernet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors