
Ubuntu日本語フォーラム

ログインしていません。
ubuntu16.04を使っています。
USB GPSドングルを差して、$lsusb で認識OK。
sudo apt-get install gpsd gpsd-clients python-gps で必要な物インストールOK。
sudo vim /etc/default/gpsd で設定ファイル書き換え。
# Default settings for the gpsd init script and the hotplug wrapper.
# Start the gpsd daemon automatically at boot time
START_DAEMON="true"
# Use USB hotplugging to add new USB devices automatically to the daemon
USBAUTO="true"
# Devices gpsd should collect to at boot time.
# They need to be read/writeable, either by user gpsd or the group dialout.
DEVICES="/dev/ttyACM0"
# Other options you want to pass to gpsd
GPSD_OPTIONS="-n"
GPSD_SOCKET="/var/run/gpsd.sock"
sudo service gpsd start でgpsdスタート。
gpsmon.xgps.cgps 共にgps情報取得OK。
ここからが質問なのですが、この取得出来たGPS情報をブラウザchromiumでgooglemapに反映させる事は出来ますか?
pc、ubuntuで簡易的なナビなどできるでしょうか?アドバイスお願いいたします。
オフライン