Add: List known towers in tangoGPS POI database
commit1ff18ced2e3fd0a61bdb7a8afc15f0cc96e8b0f7
authorGergely Imreh <imrehg@gmail.com>
Sat, 27 Sep 2008 10:35:19 +0000 (27 11:35 +0100)
committerGergely Imreh <imrehg@gmail.com>
Sat, 27 Sep 2008 10:35:19 +0000 (27 11:35 +0100)
tree4bb8c2514f24e5c037e55b3811301f4ac6f24389
parent83517b58a319c733a6cbb65d0d2236695663e33a
Add: List known towers in tangoGPS POI database

Using sqlite (needs: python-sqlite3 on FSO) the server now
updates the known cell towers in tangoGPS' poi.db database.
Towers are stored under "Service/Other", keywords set to
"gsmpos CellID cell_id", and the MCC/MNC codes in the comments
fields.

TangoGPS reloads the database in the beginning and when adding
new POI. Thus running server after tangoGPS start needs either
a restart or adding a new POI to make towers show up.
gsmpos/gsmpos_server.py