Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.57 KB

readme.md

File metadata and controls

24 lines (13 loc) · 1.57 KB

PSA VAN Bus packet descriptions

This repository contains the descriptions of the VAN bus packets. Most of these packets were reverse engineered on a Peugeot 307 but they can be applied to other types (Peugeot 206, 406) and Citroen (C2, C5, Xsara...) vehicles as well.

It is based on Graham Auld's findings and the VAN_Frames.txt which was originated from the rt3wiki page which ceased to exists. Most of the packets were verified and reviewed and additional findings have been added.

Project structure

The project is basically a web page and the packet descriptions are inside files with .json extension. Every iden has its own file inside the data folder. Some packets can have different lengths based on some conditions (year of manufacture, meaning of the packet). In these cases I separated the descriptors into different files.

The html file contains only the design of the page. When opened it loads the json files with an ajax request and displays their contents. It uses bootstrap, jquery, and the mustache.js library to parse the json files.

A live version can be found on my page on this link.

Click to open the live version

Thanks

I would like to thank Graham Auld. Without his page this project would never exists.