Skip to main content

Python bindings for Swift Binary Protocol

Project description

Python client for Swift Binary Protocol (SBP).

libsbp is compatible with Python 3.8 to 3.14. For new projects, the latest Python release 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

This version

6.5.1

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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sbp-6.5.1-py2.py3-none-any.whl (164.7 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: sbp-6.5.1.tar.gz
  • Upload date:
  • Size: 122.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for sbp-6.5.1.tar.gz
Algorithm Hash digest
SHA256 5c16fb4abdf3d7aa46b01cb9511d3bd255aa53668314404b505a438557d27a00
MD5 ce184aadd33d0f33c0c8aae826077f78
BLAKE2b-256 2c9bb1fd7c2fd40c91f0911410d83b16c0d849d79e5865820273cb9a01c7f6d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-6.5.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 164.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for sbp-6.5.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 95f24a6f1346559991a74f77416f87b4cbdb80199692af02d9a11f419a1e1a0b
MD5 dcd48de729c41bc6fd8c91151e9f7c3e
BLAKE2b-256 b4472f37da6b518a42e409e709fca06c0e46967d4d63544276eaa1eacac5a265

See more details on using hashes here.

Supported by

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