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.
$ cd conore/fri
$ pip3 install -r requirements.txt
To run the FRI as a server:
$ cd conore/fri
$ cd server
$ python3 main.py
To test:
$ cd ..
$ python3 test.py