A Java program which aims to help tuning by processing and analyzing ECU logs.
Rather than keep updating multiple places here is
WIKI on what the programs does.
To get the program go to
releases page and click on the "Source code (zip)" link for the latest release.
Once you have downloaded the zip or tar.gz file you can unzip it to any folder you would like the program to reside in.
There are 2 "run" scripts (run.bat is for Windows and run.sh is for Linux/MAC OS) in the folder which will start the program.
By default running the run.bat script will bring up the program with Windows OS default look-and-feel and running run.sh script will bring up the program with Nimbus look-and-feel under Linux. You can open "run" script, comment out default starting line (by adding REM in run.bat or # in run.sh) and uncomment any of the lines below to see what other skins are available (naturally Windows look-and-feel will NOT work under Linux).
If the program doesn't startup please make sure that: - you use look-and-feel that is available (WindowsLookAndFeel under Windows and MotifLookAndFeel under Linux are always safe bet).
- java is in your PATH. You can also specify java bin folder in the run script.
Please, read the "Usage" tab for which ever tab you're going to use - it should clarify and answer questions you may have. It also explains the calculations. Let me know if any of the calcs are wrong or should encounter for something elseThis is an open source project, the source code is available in the folder. If you would like to contribute I could add you as a contributor to the github project.
If you have found a bug or if you have any suggestions and/or requests for any additional features - please let me know.
If you have any other ideas for any tuning/log processing program - shoot them my way as well, it'd be fun to write something.
DISCLAIMER: This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
BUGS REPORTING: Please send me the log file and detailed description (preferably step-by-step) so I could replicate the bug in order to fix it.
Current release, v2.7.1 Release notes