Skip to content

Latest commit

 

History

History

README.md

The Control-Core FRI for Closed-Loop Neuromodulation Control Systems

The Control-Core File Receiving Interface (FRI) is built with is Python-3.10. It is the core component that makes the distributed executions a reality in the Control-Core framework.

Install Dependencies

$ cd conore/fri

$ pip3 install -r requirements.txt

Running the FRI and a quick test.

To run the FRI as a server:

$ cd conore/fri

$ cd server

$ python3 main.py

To test:

$ cd ..

$ python3 test.py