Skip to content

openxc/trace-analyzer

gh-pages
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published