neo1973-germany/PyTracker/trunk/tracking.txt
edistar 7e236dc1e0 This is the pre-alpha version of PyTracker
git-svn-id: http://www.neo1973-germany.de/svn@153 46df4e5c-bc4e-4628-a0fc-830ba316316d
2008-09-16 16:14:30 +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