bioxplorer_remote Package¶
Purpose¶
gRPC functionality for h.e.l bioxplorer and WinISO control software for online process aquistion as well as control. Online process data acquisition and storage in database. Remote control of cultivation system for temperature, feed addition, stirring speed, air flow and pH control 1-sided (base addition only).
Usage¶
Run the server from your command line on the machine, where the Evoware software is running.
python server.py
Use the client.py for online data acquisition and remote process control. Client API directly.
Installation¶
Install the bioxplorer-remote package using pip by
pip install -e .
Please intall also the hel-connector package.