Parse and view CAN messages according J1939
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
Open folder, select *.trc files and click on PGN at left side of window.
- 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