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

Uploaded Source

Built Distribution

sbp-4.4.0-py2.py3-none-any.whl (143.5 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: sbp-4.4.0.tar.gz
  • Upload date:
  • Size: 104.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5

File hashes

Hashes for sbp-4.4.0.tar.gz
Algorithm Hash digest
SHA256 e4ff2fa9ded63d8460b98ac1189d66ee57119410e8447ab2c31dc8ae98b99d32
MD5 468e8c2ac7bffe1bd8bda8aae9a92104
BLAKE2b-256 7299ee22a9ced6090972391b85cbabd5cd3c6dfe3849a7c5f4d1fa97d38aae98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-4.4.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 143.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5

File hashes

Hashes for sbp-4.4.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2612df1e6223aa5e5dde05cb66872cd94fb5cc7233dbd5418eeb4261fd8da395
MD5 fccbb8833f23418b4ba0c7d690b78fea
BLAKE2b-256 b896f3733eb614b393716479a277b2f1af906781da0732dc5c65505420d14100

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