Skip to content

Cross-platform C library for networking Swift Navigation devices

License

Notifications You must be signed in to change notification settings

mfine/libskylark

 
 

Repository files navigation

libskylark -- Cross-platform C library for networking Swift Navigation devices

Build status

libskylark is a fast, simple, and minimal library for interfacing the Piksi GPS Receiver with our external networking services.

Installation

Once you have the dependencies installed, create a build directory where the library will be built:

mkdir build
cd build

Then invoke CMake to configure the build, and then build and install,

cmake ../
make
sudo make install

By default, libskylark will be built both as a shared library libskylark and a static library libskylark-static. It will also produce a binary connect intended to open a two-way data connection to Swift's networking services.

Command Line Usage

To connect your devices to the

Usage: sky-connect <device-uid> <tty> <baudrate>

Library Usage

License

Copyright © 2016 Swift Navigation

Distributed under MIT License.

About

Cross-platform C library for networking Swift Navigation devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 78.0%
  • CMake 18.2%
  • Shell 3.8%