Hi all<br><br>I come back after some tests. I would like to stick on bash script for several reasons (don&#39;t want to load another instance of python just to record some sound, etc.). So among your answer, I tried to use one of this line<br>
<br>echo p | nc -w1 0 gpsd | tr -d &#39;\r\n&#39; | cut -d&#39;=&#39; -f2<br><br>But I got nothing in return. Could you please be more specific :<br>* do I need to start gpsd first<br>* will this work on every distribution, or do I need to change gpsd by fso-gpsd or anything else ?<br>
* how do I know I have a fix before using this line ?<br><br>Thanks in advance<br>