So let me short summarize this 1. conntect GPS device 2. in the config (osmocom.cfg) change the following lines from ..... ! gps device /dev/ttyACM0 gps baudrate default no gps enable ! ms 1 sim reader ....... to .... ! gps device /dev/ttyACM0 gps baudrate default gps enable ! ms 1 sim reader .....
3. run Cell_log 4. convert Cell_log with gsmmap to a valid .kml file
is this correct ?
On Tue, Jan 25, 2011 at 10:44 AM, Holger Hans Peter Freyther < holger@freyther.de> wrote:
On 01/25/2011 10:40 AM, MArc Richter wrote:
Do i need a GPS Reciver ? I tought that it will calculate the location over Triangulation ?
You will need one, even for triangulation you will need to some base coordinates. Please feel encouraged to create a wiki page for the cell_log application to describe its requirements and features.
Relevant sourcecode to initiate opening the GPS device:
http://bb.osmocom.org/trac/browser/src/host/layer23/src/misc/cell_log.c#L789