BEC (Browser Embedded Control) library provides data models and client/server communication classes for scientific beamline experiments. Current version 3.130.3, released weekly.
pip install bec-libNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to a BEC Redis server and check aliveness. Requires a running Redis instance.
Replace 'from bec_lib.alazar import AlazarClient' with 'from bec_lib.client import AlazarClient'.
Use AlazarClient which internally manages the connector.
Always use 'import bec_lib' in code, not 'bec-lib'.
Ensure Redis is running or provide different host/port via environment variables.