Skip to content

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

Notifications You must be signed in to change notification settings

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

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

No packages published