FlyBrainLab Client is a user-side backend implemented in Python that connects to the FFBO processor and accesses services provided by the connected backend servers. FlyBrainLab Client provides program execution APIs for handling requests to the server-side components and parsing of data coming from backend servers.
FlyBrainLab Client documentation is available at https://flybrainlab.github.io/FBLClient/.
To install FlyBrainLab Client, In a terminal, execute the following:
pip install txaio twisted autobahn crochet service_identity autobahn-sync matplotlib h5py seaborn fastcluster networkx
git clone https://github.com/FlyBrainLab/FBLClient.git
cd ./FBLClient
python setup.py developTutorials for learning about how to use FlyBrainLab Client with NeuroMynerva are given in FlyBrainLab Tutorials.