RESFET is a complete remodel of the old mk1-1-engine-controller code. It fulfills the same purpose: running persistently on the engine control box, receiving commands from the operator over TCP and sending data from sensors to the operator over UDP. However, it aims to be cleaner and more robust (and better documented :-P) than its predecessor.
RESFET Dashboard is the frontend that is used to communicate with RESFET.
Clone the repository into your desktop:
git clone https://github.com/rice-eclipse/resfet
CD into the directory:
cd resfet
Install the required dependencies:
sudo ./install_dependencies.sh
Perform full build (runs both cmake and then make):
./make_force.sh
Run the software:
./build/resfet config.ini
If there's any change in the source code that doesn't require full cmake routine, then run:
./make_build.sh
Copyright (c) Rice Eclipse. All rights reserved.
Licensed under GNU General Public License v3.0.