Skip to content

howeyc/obd2-data-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Web viewer of ODB-II data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published