Skip to content
Snippets Groups Projects
Commit af02200f authored by Edane IBRAM (95053)'s avatar Edane IBRAM (95053)
Browse files

Update README.md

parent e577d7d4
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@ To be able to use/run it, the following steps should be followed:
4. Run the setup using Docker Compose
* docker-compose up
5. Generate CAN or Ethernet traffic from the containers
docker exec <can-container-name> cangen vcan0
docker exec <eth-container-name> trafgen --dev <eth-if> --conf trafgen.cfg
* docker exec <can-container-name> cangen vcan0
* docker exec <eth-container-name> trafgen --dev <eth-if> --conf trafgen.cfg
6. View the CAN or Ethernet traffic **on the host**
* candump vcan0
* tcpdump -i <eth-if>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment