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