Actions

Difference between revisions of "Race technology logger"

From Just in Time

m
Line 9: Line 9:
 
==Java application==
 
==Java application==
 
The java application has [[Race Technology logger Java application|its own page]].
 
The java application has [[Race Technology logger Java application|its own page]].
 +
 +
[[Category:Rtlogger]]

Revision as of 23:02, 7 December 2011

This page is a starting page for my notes on the race technology logger project. It contains notes on the race technology data format and on the TC65 java application that listens to log information on a serial port and periodically sends this data through an ftp-link to a central server.

Race Technology log format

Documentation for the format of the logfile and the logs on the serial port can be found on this page.

Designation of analogue channels

Some channels are 'misused' to log other variables than the ones documented on the Race Technology website. These are:

Java application

The java application has its own page.