Skip to content

OpenwaterHealth/openlifu-sdk

openlifu-sdk

Openwater LIFU SDK — standalone hardware I/O interface library.

This package provides the low-level communication layer for Openwater LIFU devices, including the TX module and HV controller.

Installation

pip install openlifu-sdk

Or for development:

pip install -e ".[dev]"

Building a wheel

pip install build
python -m build

Usage

from openlifu_sdk import LIFUInterface

interface = LIFUInterface()
tx_connected, hv_connected = interface.is_device_connected()

Examples

See the examples/ directory for usage scripts.

Documentation

Detailed SDK documentation is available in the docs/ folder. Start with docs/README.md for installation, usage examples, and an API reference.

About

Openwater LIFU SDK — standalone hardware I/O interface library.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages