forked from openxc/openxcplatform.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
118 lines (105 loc) · 4.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
---
layout: default
title: OpenXC
---
<div class="jumbotron">
<h1>The OpenXC Platform</h1>
<p>
OpenXC™ is a combination of open source hardware and software that
lets you extend your vehicle with custom applications and
pluggable modules. It uses standard, well-known tools to open up
a wealth of data from the vehicle to developers, even beyond OBD-II.
</p>
</div>
<img class="img-responsive" src="images/use_diagram.png" alt="OpenXC Use Diagram." >
<div class="row">
<div class="col-md-6">
<h2>What is OpenXC™?</h2>
<p>
OpenXC™ is an open source, data-focused API for your car. By
installing a small hardware module, the vehicle data becomes
accessible to Android or other desktop applications using the OpenXC
library.
</p>
<p>
<a class="btn btn-primary btn-large"
href="overview/index.html">OpenXC Overview</a>
</p>
</div>
<div class="col-md-6">
<h2>Unlocking Rich Vehicle Data</h2>
<p>
OpenXC™ allows consumer devices, such as smart phones, to access
data from any vehicle. Using OpenXC™, you can monitor many of the
sensors on a vehicle, enabling new and innovative vehicle-centric
applications. Some data is required by law and more can be unlocked
with support from an automaker - or a little reverse engineering
effort!
</p>
<p>
<a class="btn btn-primary btn-large"
href="/about/data-set.html">See the Data</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>Using OpenXC™</h2>
<p>
Ready to start developing applications using OpenXC™ and
vehicle data? You can start developing without any hardware using
the <a href="/python/getting-started.html">Python</a> or <a
href="/android/getting-started.html">Android</a> libraries.
</p>
<p>
<a class="btn btn-primary btn-large"
href="/getting-started/index.html">Get Started</a>
</p>
</div>
<div class="col-md-6">
<h2>Vehicle Interface Hardware</h2>
<p>
OpenXC™ supports open source hardware. There are a number
of options for building or buying a compatible Vehicle
Interface (VI).
</p>
<p>
<a class="btn btn-primary btn-large"
href="https://shop.openxcplatform.com/">Buy Hardware</a>
<a class="btn btn-primary btn-large"
href="/vehicle-interface/hardware.html">Explore Hardware</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>Latest Versions</h2>
<p>
For a high-level description of the most recent updates, see the
<a href="/about/platform-updates.html">Platform Updates</a>.
</p>
<ul>
<li><a href="https://github.com/openxc/openxc-message-format">OpenXC Message Format Spec</a> - <a href="https://github.com/openxc/openxc-message-format/releases/latest">Latest Release</a></li>
<li><a href="https://github.com/openxc/vi-firmware">OpenXC Vehicle Interface Firmware</a> - <a href="https://github.com/openxc/vi-firmware/releases/latest">Latest Release</a></li>
<li><a href="https://github.com/openxc/openxc-android">OpenXC Android Library</a> - <a href="https://github.com/openxc/openxc-android/releases/latest">Latest Release</a></li>
<li><a href="https://github.com/openxc/openxc-python">OpenXC Python Library and Tools</a> - <a href="https://github.com/openxc/openxc-python/releases/latest">Latest Release</a></li>
</ul>
</div>
<div class="col-md-6">
<h2>Supported Features</h2>
<p>
OpenXC is open source and extensible, but out of the box OpenXC
supports:
</p>
<ul>
<li>Controller Area Network (CAN)</li>
<li>OBD-II on CAN (U.S. Standard since 2008)</li>
<li>Raw CAN reading and writing via USB and Bluetooth</li>
<li>CAN signal to human readable translations</li>
<li>One-time and recurring diagnostic requests</li>
</ul>
</div>
</div>
<div class="row">
{% include footer.html %}
</div>