Difference between revisions of "Help"

From BITPlan can4eve Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
= Installation =
 
= Installation =
 
# Download the software for your platform from {{Link|target=Downloads}}
 
# Download the software for your platform from {{Link|target=Downloads}}
# run the software with <nowiki>java -jar can4eve.jar</nowiki> or <nowiki>can4eve</nowiki>
+
 
  
 
== Building can4eve yourself ==
 
== Building can4eve yourself ==

Revision as of 20:46, 11 July 2017

Prerequisites

Installation

  1. Download the software for your platform from Downloads


Building can4eve yourself

To build can4eve you might want to run

git clone https://github.com/BITPlan/can4eve
cd can4eve/obdii
./rebuild

after a while you should see

[INFO] ------------------------------------------------------------------------
...
[INFO] com.bitplan.can4eve ................................ SUCCESS [  1.510 s]
[INFO] com.bitplan.elm327 ................................. SUCCESS [  3.983 s]
[INFO] com.bitplan.can4eve.can4eve ........................ SUCCESS [  5.918 s]
[INFO] com.bitplan.obdii .................................. SUCCESS [  8.667 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
...

Starting

cd can4eve/obdii
java -jar target/com.bitplan.obdii-0.0.1-jar-with-dependencies.jar

The first screen should show one of the Panels: StartScreen2017-07-07.png

Clocks

Clocks.png

Odometer

Odometer.png

SOC

SOC.png

RPM

RPM.png