Skip to content

joshir14/7166CEM_Assignment

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?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
Src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published