Tag Archive for otp

FSM: Máquina de Estados en Erlang

FSM or Finite State Machine, is one of powerful tool that OTP give us to develop applications and solutions. The finite state machines can be used to define elements to interacts with an application. Begins in a defined state and throught events, can change its state until its ending. A finite state machine can be somthing simpler as an alarm…