Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

rice-eclipse/resfet

Repository files navigation

RESFET: Rice Eclipse Software for Engine Testing

Build Status

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.

Installation

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

License

Copyright (c) Rice Eclipse. All rights reserved.

Licensed under GNU General Public License v3.0.

About

Hybrid rocket engine control software for engine tests (coldflow and hotfire), written in C++.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published