rozbehan / HomeSecurity

Home security finite state machine REST API
http://machinetest-dev.us-east-1.elasticbeanstalk.com/
1 stars 0 forks source link

First step #2

Open rozbehan opened 5 years ago

rozbehan commented 5 years ago

1.

I reviewed and studied:

2.

First of all, I see the FSM has:

3.

The state machine is parametric and conditional, if it wasn’t I could store it in the easiest way in JSON. I consider Mealy or UML state machine, I think Moore state machine is not suitable for it. What about the “state” of the machine in a REST API, I must think about it.

4.

My plan is going to be the developing of two separated projects:

The CODE must be secure!

rozbehan commented 5 years ago

1.

Now I have a class to parse and search the json state machine file. There are a few things to complete machine state security class read and parse the json file

Something was changed. The state machine is changed