| Title | Author | Created | Published | Tags | | -------------- | ---------------------------- | ----------------- | ----------------- | ---------------------- | | Document Links | <ul><li>Jon Marien</li></ul> | February 12, 2025 | February 12, 2025 | [[#classes\|#classes]] | # Important Links | Title | Topic | Link | | -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | | **CANtact** | Allowing a computer to connect and communicate with devices on a AN bus commonly found in vehicles. | https://cantact.io/cantact/users-guide.html | | **CANusb** | An interface device that connects to any PC USB Port and provides instant CAN Bus connectivity. | https://www.canusb.com/ | | **CANtot** | Metasploit-like framework for hacking cars. | https://github.com/shipcod3/canTot | | **SavvyCAN** | Reverse Engineering Data tool for hacking cars. | https://www.savvycan.com/ | | **CAN-XL** | Newest generation of CAN busses.<br>It introduces additional features, such as an extended payload length of up to 2048 byte and configurable data throughput rates of up to 20 Mbit/s. | https://old.can-cia.org/canxl | | **MPU6050** | Accelerometer and Gyroscope integration board. | https://www.amazon.ca/Pre-Soldered-Accelerometer-Raspberry-Compatible-Arduino/dp/B0BMY15TC4/ | | **CANalyze** | An open source, native CAN interface for Linux that can be built entirely using open source tools. It enables you to monitor and transmit CAN frames using can-utils. | https://kkuchera.github.io/canalyze/ | | **CANutils** | Userspace utilities for socketCAN. | https://github.com/linux-can/can-utils | | **cannelloni** | SocketCAN over Ethernet tunnel. | https://github.com/mguentner/cannelloni | | **socketCANd** | Server daemon to access CAN sockets over ASCII protocol. The communication protocol uses a TCP/IP connection and a specific protocol. | https://github.com/linux-can/socketcand | | **CARla** | Car simulation. | https://carla.org/ | | **PTV-VISSIM** | Traffic Management Simulation. | https://www.ptvgroup.com/en/products/ptv-vissim | **CANutils:** ![[image-30.png]] **cannelloni:** ![[image-31.png]]