Skip to content

An expandable Finite-State Machine (FSM) implementation library

License

Notifications You must be signed in to change notification settings

vastsoun/libefsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

An expandable Finite-State Machine (FSM) implementation library

Resources

License

Stars

Watchers

Forks

Packages