FRET is a framework for the elicitation, formalization and understanding of requirements. Users enter system requirements in a specialized natural language. FRET helps understanding and review of semantics by utilizing a variety of forms for each requirement: natural language description, formal mathematical logics, and diagrams. Requirements can be defined in a hierarchical fashion and can be exported in a variety of forms to be used by analysis tools.
Take a look at the FRET demo.
Please contact [email protected] for further information on FRET. Detailed information can be found at the FRET manual.
- nodejs v10.15.x
- Python 2.x
- Git (must be available in PATH)
- (Optional) NuSMV
As you open the FRET distribution, you shall see the following directory structure:
.
├── fret-electron
├── tools
├── README.md
└── LICENSE.pdf
Here are the steps to install and start FRET:
- cd fret-electron
- npm run fret-install (please do 'npm run fret-reinstall' instead if you already have a FRET installation)
- npm start
It's as simple as that. Enjoy!
For the installation of FRET for Windows 10 see the Windows Installation Manual.
Alternatively, you can run FRET on a Linux machine by using the FRET-linux-x64 executable. Instructions are available here.
Note: To run the LTLSIM simulator, a NuSMV (see http://nusmv.fbk.eu/) installation is required. Please make sure that the NuSMV binaries directory is added to the PATH environment variable. Additionally, please add
$PATH_TO_FRET/fret/tools/LTLSIM/ltlsim-core/simulator
to the PATH environment variable.
Note: FRET requires python 2.x. If your machine is running a newer version of python, e.g., 3.x, then please config FRET to search for a python2 executable. Run the following:
npm config set python /usr/bin/python2.x
Note: Using FRET on Windows machines requires Cygwin and the node-gyp prerequisites
Note: Recommended npm version 6.x (comes with nodejs v10.x)
FRET has been tested in a range of architecture/operating system combinations. It has been tested on PC Intel, Apple Mac and Sun architectures, with different versions and distributions of Linux, Windows and Mac OS X.
FRET has been released under the NASA Open Source Agreement version 1.3, see LICENSE.pdf.
See the FRET Contributors.