neo1973-germany/PyTracker/tracking.txt
edistar 604d68c975 This is the first pre-alpha code of the PyTracker project
The PyTracker project seeks to create a simple tracking app, not with 
all the bloat TangoGPS creates (which is not needed)



git-svn-id: http://www.neo1973-germany.de/svn@150 46df4e5c-bc4e-4628-a0fc-830ba316316d
2008-09-16 14:41:51 +00:00

16 lines
363 B
Text

ONLY WAY OF DATA TRANSFER:
CLIENT --> SERVER
PASSWORD_HASH is in md5
Structure:
(USERNAME,PASSWORD_HASH,ACTION,DATA)
ACTION == ("START" | "TRANSMIT" | "STOP")
DATA == ("" | POSITION, TIME/DATE | "")
POSITION == (LAT, LON, HEIGHT)
Only one track may be open for each user.. so if the user requests START and
another track is open it gets closed immediately