Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 629 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 629 Bytes

#libefsm - Expandable FSM Implementation Library

##Description

This project contains various implementations of an infrastructure to create and design (Finite State Machines)[http://en.wikipedia.org/wiki/Finite-state_machine] (FSMs). It is intended for testing, comparing and benchmarking different FSM implementations purposed for embedded C/C++ applications.

Licensing

This library is licensed under the BSD 3-clause ("Newer") license.

##Installation

This is a standard CMake build. The following steps are used to build from source:

  1. cd build/
  2. cmake ..
  3. make

Copyright (C) 2015, Vassilios Tsounis