Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
- [Podcasts](#podcasts)
- [Press releases](#press-releases)
- [Videos](#videos)
- [Vehicle Data & APIs](#vehicle-data--apis)
- [Miscellaneous](#miscellaneous)
- [Contribute](#contribute)

Expand Down Expand Up @@ -177,6 +178,7 @@
- [Understanding and Using the Controller Area Network](https://inst.cs.berkeley.edu/~ee249/fa08/Lectures/handout_canbus2.pdf) ![pdf] - UC Berkeley, CAN 2.0b.
- [CAN Protocol](https://www.kvaser.com/course/can-protocol-tutorial/) ![student] - Kvaser, tutorial.
- [CAN magazine](https://can-newsletter.org) - CiA publications.
- [Cabana](https://github.com/commaai/openpilot/tree/master/tools/cabana) ![github] - CAN visualizer and DBC editor from comma.ai. Tool for analyzing and reverse-engineering CAN bus data.

### FlexRay
- [FlexRay Specification](https://svn.ipd.kit.edu/nlrp/public/FlexRay/FlexRay%E2%84%A2%20Protocol%20Specification%20Version%203.0.1.pdf)
Expand Down Expand Up @@ -410,6 +412,11 @@
- [Vector Informatik](https://www.youtube.com/channel/UC7P-ggVSMhM28LmVzwf2BQw) ![video] - YouTube channel.
- [Automotive World](https://vimeo.com/automotiveworld) ![video] - Company, educating automotive and vehicle industry stakeholders since 1992.

## Vehicle Data & APIs

- [Cardog API](https://docs.cardog.ai) - Comprehensive automotive data API providing vehicle specifications, market data, pricing analytics, and recalls.
- [Corgi](https://github.com/cardog-ai/corgi) ![github] - Blazing-fast, fully offline VIN decoder. 100x faster than NHTSA API, works in Node.js, browsers, and Cloudflare Workers. Optimized SQLite database reduces NHTSA's 1.5GB dataset to 21MB with sub-millisecond decode times.

## Miscellaneous

- [Universität Siegen](https://networked-embedded.de/es/index.php/PublicationList.html) - Publication list about critical safety and AUTOSAR projects.
Expand Down