Help for this page

Select Code to Download


  1. or download this
    perl -MJSON::XS -le '$_=`gpspipe -n 5 -w|grep TPV`;$_=decode_json$_;pr
    +int"$_->{lon} $_->{lat} $_->{alt} $_->{time}"'
    
  2. or download this
    perl -MJSON::XS -e '$_=`gpspipe -n 5 -w|grep TPV`;$_=decode_json$_;pri
    +nt`timezonefinder $_->{lon} $_->{lat}`'
    
  3. or download this
    sudo apt install libopenblas-dev
    pip3 install timezonefinder
    export PATH=/home/user/.local/bin:$PATH
    
  4. or download this
    perl -MJSON::XS -e 'RE:while(){$_=`gpspipe -n 5 -w|grep TPV`;last if$_
    +;sleep 1}eval{$_=decode_json$_};if($@){sleep 1;goto RE};print`timezon
    +efinder $_->{lon} $_->{lat}`'