Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

chalmers-revere/opendlv-device-can-replay

Repository files navigation

Moved to https://git.opendlv.org.

OpenDLV Microservice to replay captured CAN frames to a CAN interface

This repository provides source code to replay capture raw CAN frames in opendlv.proxy.RawCANFrame format onto a CAN device for the OpenDLV software ecosystem.

Table of Contents

Dependencies

No dependencies! You just need a C++14-compliant compiler to compile this project as it ships the following dependencies as part of the source distribution:

Usage

This microservice is created automatically on changes to this repository via Docker's public registry for:

To run this microservice using our pre-built Docker image, simply start it as follows:

docker run --rm -ti --net=host --privileged chalmersrevere/opendlv-device-can-replay-multi:v0.0.1 --id=0 --can=vcan0

License

  • This project is released under the terms of the GNU GPLv3 License