perl -MJSON::XS -le '$_=`gpspipe -n 5 -w|grep TPV`;$_=decode_json$_;print"$_->{lon} $_->{lat} $_->{alt} $_->{time}"'