Skip to main content

Python bindings for Swift Binary Protocol

Project description

SBP Bindings for Python
=======================

Python client for Swift Binary Protocol (SBP).

Setup
-----

You must have `python` and `pip` installed.

Install dependencies only::

$ sudo pip install -r requirements.txt

Install from repo::

$ sudo python setup.py install

Install package from pypi::

$ sudo pip install sbp

Setup using a virtual environment
-----

Setup and activate the `virtualenv`::

$ virtualenv .env && source .env/bin/activate

Install `py.test` in the virtualenv::

$ pip install pytest-virtualenv

Install the `pt.test` coverage tools::

$ pip install pytest-cov

Finally, proceed to the standard setup instructions.

Usage Examples
--------------

Simple example
~~~~~~~~~~~~~~

Receives SBP messages over a serial port, decodes MSG_BASELINE
messages and prints them out. See `simple.py`_ .

Run this example with::

$ python -m sbp.client.examples.simple -p /path/to/serial/port

Sending SBP messages over UDP
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Receives SBP messages over a serial port and sends all incoming
messages to a UDP socket. See `udp.py`_ .

Run this example with::

$ python -m sbp.client.examples.udp -s /path/to/serial/port

Testing
--------------

To run the tests and check for coverage::

$ py.test -v --cov sbp tests/

To run the tests without suppressing stdout output:

$ py.test -v -s --cov sbp tests/

License
-------

Copyright © 2015 Swift Navigation

Distributed under LGPLv3.0.

.. _simple.py: https://github.com/swift-nav/libsbp/blob/master/python/sbp/client/examples/simple.py
.. _udp.py: https://github.com/swift-nav/libsbp/blob/master/python/sbp/client/examples/udp.py


Release history Release notifications | RSS feed

This version

2.5.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

sbp-2.5.0-py2.py3-none-any.whl (113.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file sbp-2.5.0-py2.py3-none-any.whl.

File metadata

  • Download URL: sbp-2.5.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 113.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.15

File hashes

Hashes for sbp-2.5.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0fb4181180ddc484632d00a0a2d82a4b55c27fd5cb949fc981c7e6252ee0ed87
MD5 3fc188ae70afb2280b89b3f27186efaa
BLAKE2b-256 7dc38cef447877924c0c2fb5e0985108934d791ff4aa0ca5e7e147bb6d3e696d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page