GAVLab/ublox

Name: ublox

Owner: GAVLab

Description: C++ Static library interfacing ublox GPS receivers using the ublox6 UBX protocol

Created: 2012-06-01 20:59:50.0

Updated: 2017-12-18 17:21:23.0

Pushed: 2015-11-24 17:01:53.0

Homepage:

Size: 235

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

This repository contains a static library for interfacing uBlox GPS receivers. This interface is based on the uBlox 6 protocol specifications.

INSTALL INSTRUCTIONS

Linux Ubuntu
Dependencies

Update the package list.

    sudo apt-get update
Ublox Interface
To clone the ublox code:

    git clone https://github.com/GAVLab/ublox.git

Generate MakeFile with cmake and compile the library .

    cd ublox
    mkdir build
    cd build
    cmake ../
    make

To also build the included executables, invoke cmake with the following option.

    cmake -DUBLOX_BUILD_EXAMPLES=ON ../

To run one of the generated executables

    cd ~/ublox/bin/
    sudo ./executable [port name] [baudrate]

For example

    sudo ./record_pseudoranges /dev/ttyUSB0 9600

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.