Skip to main content

Python bindings for Swift Binary Protocol

Project description

Python client for Swift Binary Protocol (SBP).

Since v2.5 libsbp is compatible with Python 2.7, 3.5 to 3.9. For new projects, Python 3.7 or newer is recommended.

Setup

You must have python and pip installed.

Install dependencies only:

$ pip install -r requirements.txt

Install from source:

$ pip install ./python

Install package from PyPI (use sudo ... to install globally):

$ 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-2021 Swift Navigation

Distributed under MIT.

Release history Release notifications | RSS feed

Download files

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

Source Distribution

sbp-4.14.1.tar.gz (117.7 kB view details)

Uploaded Source

Built Distribution

sbp-4.14.1-py2.py3-none-any.whl (158.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file sbp-4.14.1.tar.gz.

File metadata

  • Download URL: sbp-4.14.1.tar.gz
  • Upload date:
  • Size: 117.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.5

File hashes

Hashes for sbp-4.14.1.tar.gz
Algorithm Hash digest
SHA256 138ed199efb9630662897fe6fe44bcc247e39d6b1f50fdc2b1b58ed6b63bfcf7
MD5 7ea5aa2ce1f8e1f67bd72beb24807319
BLAKE2b-256 a48c327380245d26e87e7b84cd5d36c211ff453192d09b2be24a1c08b0101518

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-4.14.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 158.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.5

File hashes

Hashes for sbp-4.14.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 149558f69d0976bec7630317015130da9d284d43fb265d87337d28559be95405
MD5 e23d53b79e99a1f34a42d7b3a7d6d5fa
BLAKE2b-256 64da9fd4d2c7d926099f67337699df0441a180aab6717cc4f2456b29fd06c17a

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