Skip to content

cloverfisher/trace-analyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenXC Vehicle Trace Analysis Tools

  • Version: 0.1

This visualization is running at http://openxcplatform.com/trace-analyzer/

Running the Visualization

If you have Python 2:

trace-analyzer/$ python -m SimpleHTTPServer

and if you have Python 3:

trace-analyzer/$ python -m http.server

Uploading Traces to S3

Gzip the trace locally:

$ gzip -9 trace.js
$ cp trace.js trace.js.bak
$ mv trace.js.gz trace.js

Using the s3cmd tool:

$ s3cmd put trace.js s3://openxcplatform.com/traces/ -P \
    --add-header "Content-Encoding: gzip"

Or, if you have the trace directory locally:

$ s3cmd sync traces s3://openxcplatform.com/traces/ -P \
    --add-header "Content-Encoding: gzip"

License

Copyright (c) 2012-2013 Ford Motor Company

Licensed under the BSD license.

About

JavaScript visualization of OpenXC vehicle data traces

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published