Skip to content

Containerized VSOME/IP service that directly communicates with the back-end server written in C++. Uses HTTP-Builder to generate HTTP requests and VSOME/IP-Client APIs to create the some-ip client.

Notifications You must be signed in to change notification settings

Vehicle-Telematics-Control-Unit/backend-gateway-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backend-gateway-service

Containerized VSOME/IP service that directly communicates with the back-end server written in C++. Uses HTTP-Builder to generate HTTP requests and VSOME/IP-Client APIs to create the some-ip client.

Where am I?

diagram

build and push to container registry

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

how to run

docker run --name backend_gateway -it --rm --privileged --net host -v /tmp:/tmp:z -v /etc/compose_files/new:/composefiles:z registry.digitalocean.com/vehicle-plus/tcu_backend-gateway:v0

About

Containerized VSOME/IP service that directly communicates with the back-end server written in C++. Uses HTTP-Builder to generate HTTP requests and VSOME/IP-Client APIs to create the some-ip client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages