This project aims to provide an environment for developing vsomeip applications. Provided dockerfile will prepare all the dependencies for vsomeip library libraries. Simple Ping-Pong example is also included in the repository. So take a look if you don't know what to do!
- Install VSCode
- Install
Dev Containers
extension. - Open command palette and select
Open folder in container
- Wait for docker image to be built.
- You can now work on container with all the dependencies. Have fun!
├── conf
│ ├── *.json
├── include
│ └── *.hpp
├── src
│ └── *.cpp
└── CMakeLists.txt
In progress.
vsomeip in 10 minutes
Developing inside a Container
Understanding GitHub Actions