GitXplorerGitXplorer
h

obd2-data-viewer

public
9 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
43fbae186402a01f3e81f46d1574fb6b8c885c5d

Keep only one trip in memory

hhoweyc committed 9 years ago
Unverified
7cbe5f7201b133c2d68b9a40247af977b656cf47

Update Readme.md

hhoweyc committed 9 years ago
Unverified
1e005f28de9cb267a3ade490aac6bcf547130dfd

Initial commit

hhoweyc committed 9 years ago

README

The README file for this repository.

ODB II Data Viewer

This is a project to view data provided by Android OBD-II Reader.

This is an example that stores all data it receives in memory. All data in memory is shown in the view. No data is persisted anywhere.

Only data for the most recent trip is kept in memory. Data received within an hour of the last data point is considered to be part of the current trip being recorded.

$ obd2-data-viewer -port 9300

Set Android application to log to http://your-server-ip:9300/data

View data at http://your-server-ip:9300/