Skip to content
/ skytraq Public
forked from Srinivas-E/skytraq

C++ interface for Skytraq S1315F-RAW receiver using Skytraq Binary Protocol

Notifications You must be signed in to change notification settings

srinie/skytraq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Skytraq GPS Driver

This driver is written for the Skytraq S1315F-RAW GPS receiver using the Skytraq Binary protocol. NMEA outputs are also available on this receiver but are not supported in this driver.

The Novatel driver is written as a standlone library which depends on Boost and a simple cross-platform serial port library serial port library. It uses Cmake for the build system.

Installation

The serial library can be installed by:

git clone git://github.com/wjwwood/serial.git
  cd serial
  git checkout fuerte
  make
  sudo make install

The skytraq library can be installed by:

git clone git://github.com/chris5108/skytraq.git
cd skytraq
cmake ./
make
sudo make install

About

C++ interface for Skytraq S1315F-RAW receiver using Skytraq Binary Protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.2%
  • CMake 5.8%