Skip to content

r-korchagin/can-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CANView

Parse and view CAN messages according J1939

Install

This server requires Node.js 8.0 or higher. To install, execute:

  • git clone https://github.com/r-korchagin/can-view.git
  • cd can-view/dist
  • npm install
  • npm start
  • Open http://localhost:3000/

To use with MongoDB, change file /dist/db/index.js. Add const dbm = require('./mongodb'), change module.export and set dbLink in mongodb.js

Use

Open folder, select *.trc files and click on PGN at left side of window.

How append new PGN

  • Add new data in xls file dist/apl/pgn/sae_j_1939.xls
  • Convert xls for server node convert.js sae_j_1939.xls PGN_Data.json

Releases

No releases published

Packages

No packages published

Languages