Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

7166CEM_Assignment

Setup :-

  1. Load CAN socket module - sudo modprobe can

  2. Create VCAN0 interface - sudo ip link add dev vcan0 type vcan

  3. Make CAN network online - sudo ifconfig vcan0 up

Instructions to run Application:-

  1. Clone the repository - git clone https://github.coventry.ac.uk/joshir14/7166CEM_Assignment.git

  2. Change directory - cd 7166CEM_Assignment

  3. Compile the code - cmake CMakeLists.txt

  4. Build the code - make

  5. Change directory - cd bin

  6. Run Application - ./Application