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/resfetCD into the directory:
cd resfetInstall the required dependencies:
sudo ./install_dependencies.shPerform full build (runs both cmake and then make):
./make_force.shRun the software:
./build/resfet config.iniIf there's any change in the source code that doesn't require full cmake routine, then run:
./make_build.shCopyright (c) Rice Eclipse. All rights reserved.
Licensed under GNU General Public License v3.0.