@hackage sbp2.2.1

SwiftNav's SBP Library

  • Installation

  • Dependencies (0)

  • Dependents (0)

SBP Bindings for Haskell

Haskell client for Swift Binary Protocol (SBP).

Requirements

haskell-stack: Instructions here.

Install from Hackage

Available on Hackage as sbp.

To install from Hackage using stack:

$ stack install --resolver lts-6.25 sbp

Note that we explicitly specify the lts-6.25 resolver, libsbp may fail to build with more recent resolvers.

Setup

To build:

$ stack build

To install:

$ stack install

To test and benchmark:

$ stack test && stack bench

To deploy to Hackage:

$ stack upload

Usage Examples (TODO)

References

LICENSE

Copyright © 2015 Swift Navigation Inc.