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-6.2.1.tar.gz (121.5 kB view details)

Uploaded Source

Built Distribution

sbp-6.2.1-py2.py3-none-any.whl (163.6 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: sbp-6.2.1.tar.gz
  • Upload date:
  • Size: 121.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for sbp-6.2.1.tar.gz
Algorithm Hash digest
SHA256 ea5b24356cd97c2ac6cc617bc3a67338bf55d54be0c83de3870e80c70a276d32
MD5 710ebedfe4b1ce320837c3d7636cdaa9
BLAKE2b-256 d46ccbe5a67afbf273657e56399d38e20e1e1510a264a4f0d6e2369513b5de40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-6.2.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 163.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for sbp-6.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 70c63638ca91f1eddc91800e84033eddfbc15449ba855e39f3c06ea406ed5418
MD5 20875753a6bda9a2044584ef2b695b93
BLAKE2b-256 5ad0bef95fd4786baffce856edf811b1b86943575aa1e4e901ce86c6ca680039

See more details on using hashes here.

Supported by

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