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

Uploaded Source

Built Distribution

sbp-4.12.0-py2.py3-none-any.whl (157.5 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: sbp-4.12.0.tar.gz
  • Upload date:
  • Size: 116.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for sbp-4.12.0.tar.gz
Algorithm Hash digest
SHA256 0ee00ded599ac6edf02bbc7da1a9cfec55c3e468a53b9dfbf330d8a92d76271d
MD5 b2f296ca2169c2c2ebcc03bd89f6d0ef
BLAKE2b-256 b4b96b9f9202b0b03981b8cfce687e2ae3f533d665f9781acff0f96f9fce6c25

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-4.12.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 157.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for sbp-4.12.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d149439436c0d7b40d4e7613a0bdc50233ac95e4c457c4ad3cb52f67ac64a527
MD5 ff111d08c8a99cdc64d314757e5a3842
BLAKE2b-256 67953fbe4a7b25bc927784e9e7c8840e036b6cabbe44f32362b1e8f9636697da

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