Change: separating core functions from server
commit0c197e962aecd9866fa34f02e47be4cd43ef249d
authorGergely Imreh <imrehg@gmail.com>
Fri, 26 Sep 2008 15:41:52 +0000 (26 16:41 +0100)
committerGergely Imreh <imrehg@gmail.com>
Fri, 26 Sep 2008 15:41:52 +0000 (26 16:41 +0100)
tree5d64ca16c96f087e3369dab99a94ebcd09567c7c
parent0429ba1d5fceadaaa3154986b201b2032ba93c9c
Change: separating core functions from server

Concentrating all core functions in gsmpos.py, while keeping
gsmpos_server.py to the bare minimum it needs. This gets rid
of previous code duplication.  So now:

gsmpos - gsm (and optional gps) positioning
gsmpos_server - asking for gsm position and send it out on a
                socket in NMEA format
gsmpos/gsmpos.py
gsmpos/gsmpos_sever.py