sbp: SwiftNav's SBP Library

[ library, mit, network, program ] [ Propose Tags ]

Haskell bindings for Swift Navigation Binary Protocol (SBP), a fast, simple, and minimal binary protocol for communicating with Swift devices. It is the native binary protocol used by the Piksi GPS receiver to transmit solutions, observations, status and debugging messages, as well as receive messages from the host operating system, such as differential corrections and the almanac.


[Skip to Readme]

Modules

[Last Documentation]

  • SwiftNav
    • SwiftNav.CRC16
    • SwiftNav.SBP
      • SwiftNav.SBP.Acquisition
      • SwiftNav.SBP.Bootload
      • SwiftNav.SBP.Encoding
      • SwiftNav.SBP.ExtEvents
      • SwiftNav.SBP.FileIo
      • SwiftNav.SBP.Flash
      • SwiftNav.SBP.Gnss
      • SwiftNav.SBP.Logging
      • SwiftNav.SBP.Navigation
      • SwiftNav.SBP.Observation
      • SwiftNav.SBP.Piksi
      • SwiftNav.SBP.Settings
      • SwiftNav.SBP.System
      • SwiftNav.SBP.Tracking
      • SwiftNav.SBP.Types
      • SwiftNav.SBP.User

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.49.0, 0.50.2, 0.50.3, 0.50.4, 0.50.5, 0.50.6, 0.50.7, 0.50.8, 0.50.9, 0.51.1, 0.51.2, 0.51.5, 0.51.6, 0.51.11, 0.52.0, 0.52.1, 0.52.2, 1.0.0, 1.0.1, 1.1.0, 1.2.2, 1.2.4, 1.2.5, 1.2.6, 1.2.7, 1.2.8, 2.0.0, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.5, 2.1.6, 2.1.7, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.6, 2.2.7, 2.2.8, 2.2.9, 2.2.10, 2.2.11, 2.2.12, 2.2.15, 2.2.16, 2.2.17, 2.3.0, 2.3.1, 2.3.2, 2.3.5, 2.3.6, 2.3.9, 2.3.12, 2.3.13, 2.3.15, 2.3.16, 2.3.17, 2.4.0, 2.4.6, 2.4.7, 2.6.3, 3.4.11, 3.4.12, 4.0.3, 4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.1.4, 4.1.5, 4.1.6, 4.2.0, 4.3.0, 4.3.3, 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, 4.9.0, 4.10.0, 4.11.0, 4.12.0, 4.13.0, 4.14.0, 4.15.0, 4.16.0, 4.17.0, 5.0.0, 5.0.1, 5.0.4, 5.0.5, 5.0.7
Dependencies aeson, array, base (>=4.7 && <5), base64-bytestring, basic-prelude, binary, binary-conduit, bytestring, conduit, conduit-combinators, conduit-extra, data-binary-ieee754, lens, monad-loops, resourcet, sbp, template-haskell, text, unordered-containers, yaml [details]
License LGPL-3.0-only
Copyright Copyright (C) 2015 Swift Navigation, Inc.
Author Swift Navigation Inc.
Maintainer Mark Fine <dev@swiftnav.com>
Category Network
Home page https://github.com/swift-nav/libsbp
Source repo head: git clone git@github.com:swift-nav/libsbp.git
Uploaded by jgross at 2016-11-01T00:12:20Z
Distributions LTSHaskell:5.0.7, NixOS:5.0.5, Stackage:5.0.7
Reverse Dependencies 1 direct, 0 indirect [details]
Executables sbp2yaml, json2sbp, sbp2json
Downloads 39701 total (231 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-18 [all 3 reports]

Readme for sbp-1.2.6

[back to package description]

SBP Bindings for Haskell

Haskell client for Swift Binary Protocol (SBP).

Requirements

haskell-stack: Instructions here.

Install from Hackage

Available on Hackage as sbp.

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.