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.
pip install openlifu-sdkOr for development:
pip install -e ".[dev]"pip install build
python -m buildfrom openlifu_sdk import LIFUInterface
interface = LIFUInterface()
tx_connected, hv_connected = interface.is_device_connected()See the examples/ directory for usage scripts.
Detailed SDK documentation is available in the docs/ folder. Start with docs/README.md for installation, usage examples, and an API reference.