Hi Marcus,<br><br>I saw your name on the FOSDEM schedule and will attend your conference :-)<br><br><div class="gmail_quote">On Thu, Feb 14, 2008 at 7:38 AM, Michael Shiloh &lt;<a href="mailto:michael@openmoko.org">michael@openmoko.org</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Marcus,<br>
<br>
This looks very useful. I will try to test this out.<br>
<br>
Thanks very much for your contribution,<br>
<font color="#888888"><br>
Michael<br>
</font><div><div></div><div class="Wj3C7c"><br>
Marcus Bauer wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; I wrote tangoGPS, a small but fast gps and mapping software for<br>
&gt; Openmoko/Neo.<br>
&gt;<br>
&gt; It uses <a href="http://openstreetmap.org" target="_blank">openstreetmap.org</a> maps, downloading them on demand and caching<br>
&gt; them. You can drag the map, zoom in and out and see your current<br>
&gt; position and track if a gps signal is available.<br>
&gt;<br>
&gt;<br>
&gt; In order to run it you must have gllin and gpsd installed and running.<br>
&gt;<br>
&gt; A working way for doing so is this gllin-script:<br>
&gt; ---------------------------------------------------------------<br>
&gt; #!/bin/sh<br>
&gt; killall ld-linux.so.2<br>
&gt; killall gpsd<br>
&gt; mknod /tmp/nmeaNP p<br>
&gt; gpsd -n /tmp/nmeaNP<br>
&gt; cd /home/root/gllin<br>
&gt; lib/ld-linux.so.2<br>
&gt; --library-path /home/root/gllin/lib:/home/root/gllin/usr/lib \<br>
&gt; &nbsp;/home/root/gllin/gllin.real -low 5 2&gt;&amp;1 &gt; /dev/null<br>
&gt; lib/ld-linux.so.2<br>
&gt; --library-path /home/root/gllin/lib:/home/root/gllin/usr/lib \<br>
&gt; &nbsp;/home/root/gllin/gllin.real -periodic 1 &amp;<br>
&gt; ---------------------------------------------------------------<br>
&gt;<br>
&gt; You can check gpsd by connecting to the port 2947 and then typing &quot;r&quot;,<br>
&gt; which should look similar to this:<br>
&gt;<br>
&gt; ---------------------------------------------------------------<br>
&gt; root@fic-gta01:~$ nc localhost 2947<br>
&gt; r<br>
&gt; GPSD,R=1<br>
&gt; $GPGGA,091823.00,4441.889619,N,00817.008749,E,1,04,3.0,066.0,M,0.313003,M,0.0190515,*49<br>
&gt; $GPRMC,091823.00,A,4441.889619,N,00817.008749,E,000.0,150.0,040208,,,A*53<br>
&gt; $GPGSV,3,1,11,16,75,244,24,21,50,054,21,18,43,106,34,06,29,094,21*73<br>
&gt; $GPGSV,3,2,11,03,45,295,,07,28,095,,22,28,156,,19,17,283,*7A<br>
&gt; $GPGSV,3,3,11,24,11,050,,25,11,317,,29,07,094,*49<br>
&gt; $GPGSA,A,3,06,16,18,21,,,,,,,,,6.7,3.0,6.0*3D<br>
&gt; .<br>
&gt; .<br>
&gt; .<br>
&gt; ---------------------------------------------------------------<br>
&gt;<br>
&gt;<br>
&gt; When this all works, you can start tangogps. Make sure your Neo is<br>
&gt; connected to the internet so that it can download maps.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; You can find a precompiled ipkg, more info and a video on<br>
&gt; <a href="http://www.tangogps.org/" target="_blank">http://www.tangogps.org/</a><br>
&gt;<br>
&gt;<br>
&gt; Enjoy &amp; let me know if it is useful for you!<br>
&gt;<br>
&gt; Marcus<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; OpenMoko community mailing list<br>
&gt; <a href="mailto:community@lists.openmoko.org">community@lists.openmoko.org</a><br>
&gt; <a href="http://lists.openmoko.org/mailman/listinfo/community" target="_blank">http://lists.openmoko.org/mailman/listinfo/community</a><br>
<br>
_______________________________________________<br>
OpenMoko community mailing list<br>
<a href="mailto:community@lists.openmoko.org">community@lists.openmoko.org</a><br>
<a href="http://lists.openmoko.org/mailman/listinfo/community" target="_blank">http://lists.openmoko.org/mailman/listinfo/community</a><br>
</div></div></blockquote></div><br>