Skip to content

pklund/resfet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Build the software:

./autobuild.sh

Run the software:

build/resfet

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++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 94.2%
  • CMake 4.1%
  • Python 1.5%
  • Shell 0.2%