BEC (Beamline Experiment Control) server for controlling beamlines at synchrotrons. Version 3.130.3. Active development with frequent releases.
pip install bec-serverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize and start the BEC server. Adjust config file path as needed.
Replace `from bec.server import BECServer` with `from bec_server import BECServer`.
Upgrade Python to 3.11 or newer.
Ensure Redis is running locally (default port 6379). Check with `redis-cli ping`.