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

Uploaded Source

Built Distribution

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

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: sbp-4.3.0.tar.gz
  • Upload date:
  • Size: 103.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.10.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.12

File hashes

Hashes for sbp-4.3.0.tar.gz
Algorithm Hash digest
SHA256 cf6b518d7639e5bfd6b7fbda6f42895a1c7f14bc8b0c7948b9a3aa8609d3af4f
MD5 28e734e3099d97eb4e740ca97b117bc8
BLAKE2b-256 6e5caed8355a0553a2702f9958795592799f2ebf0cd3d9b54c2aebda044ba181

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-4.3.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.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.10.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.12

File hashes

Hashes for sbp-4.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5837b15993f597e66ed11e0f5c3035d50ee8ad523208ec4cafc77cc4b4bdf89e
MD5 33916731273798b6356f81157a1426eb
BLAKE2b-256 af11ddb189521e2ed0ed5a74e2b62cfc2bc0231f49c9458539913cf227e5401b

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