Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
can_lin_buses [2019/06/12 15:28] – [CAN] rpjdaycan_lin_buses [2019/06/14 10:37] (current) – [CAN] rpjday
Line 7: Line 7:
 ==== CAN ==== ==== CAN ====
  
-  * [[https://www.sans.org/reading-room/whitepapers/ICS/developments-car-hacking-36607|Developments in Car Hacking]] +  * [[https://github.com/linux-can]] 
-  * [[https://www.sans.org/reading-room/whitepapers/awareness/hacking-bus-basic-manipulation-modern-automobile-through-bus-reverse-engineering-37825|Hacking the CAN Bus: Basic Manipulation of a Modern Automobile Through CAN Bus Reverse Engineering]]+  * [[https://www.can-cia.org/]]
   * [[https://www.computer-solutions.co.uk/download/Peak/CAN-Tutorial.pdf|Computer Solutions CAN Tutorial]]   * [[https://www.computer-solutions.co.uk/download/Peak/CAN-Tutorial.pdf|Computer Solutions CAN Tutorial]]
   * [[https://www.csselectronics.com/screen/page/can-fd-flexible-data-rate-intro|A Simple Intro to CAN FD]]   * [[https://www.csselectronics.com/screen/page/can-fd-flexible-data-rate-intro|A Simple Intro to CAN FD]]
 +  * [[https://www.sans.org/reading-room/whitepapers/ICS/developments-car-hacking-36607|Developments in Car Hacking]]
 +  * [[https://www.sans.org/reading-room/whitepapers/awareness/hacking-bus-basic-manipulation-modern-automobile-through-bus-reverse-engineering-37825|Hacking the CAN Bus: Basic Manipulation of a Modern Automobile Through CAN Bus Reverse Engineering]]
 +
  
 ==== LIN ==== ==== LIN ====
Line 19: Line 22:
   * [[https://www.kvaser.com/about-can/can-standards/linbus/|Introduction to the LIN bus]]   * [[https://www.kvaser.com/about-can/can-standards/linbus/|Introduction to the LIN bus]]
   * [[https://www.embedded.com/design/connectivity/4436751/Re-evaluating-the-role-of-the-LIN-bus-in-vehicle-sensor-and-control-applications|Re-evaluating the role of the LIN Bus in vehicle sensor and control applications]]   * [[https://www.embedded.com/design/connectivity/4436751/Re-evaluating-the-role-of-the-LIN-bus-in-vehicle-sensor-and-control-applications|Re-evaluating the role of the LIN Bus in vehicle sensor and control applications]]
 +
 +===== CAN kernel files =====
 +
 +==== Protocol files ====
 +
 +  * net/
 +    * can/
 +      * Kconfig
 +      * Makefile
 +      * af_can.h
 +      * af_can.c
 +      * bcm.c
 +      * gw.c
 +      * proc.c
 +      * raw.c
 +  * include/
 +    * linux/
 +      * can/
 +        * platform/
 +
 +==== Driver files ====
  • can_lin_buses.1560353287.txt.gz
  • Last modified: 2019/06/12 15:28
  • by rpjday