How do I enable GPS logging for my own application in CAR-A-WAN?
20. March 2009 - 15:36 — fk
Q: How do I enable GPS logging for my own application in CAR-A-WAN?
A: Please ask us for the GPS binaries, We'll send you an tared file. Please extract that file to the root "/", stop the following services and extract the archive with
tar -xvzf Filename
/etc/initd.d/dhcp stop
/etc/initd.d/TTServer stop
/etc/initd.d/webs stop
Enable in /etc/TTServer.conf the section [GPSLog]
Section sample:
[GPSLog]
Enable=1
LogFilename=/var/log/gpsdata.log
Devicename=/dev/ttyUSB0
LogSeparator=,
Restart the services:
/etc/initd.d/dhcp start
/etc/initd.d/TTServer start
/etc/initd.d/webs start



