HSM + state-machine-cat #1
Replies: 2 comments 7 replies
-
Hi Eduard, Maybe you could elaborate, but I take you are asking if an HSM description in JSON format could be converted to HSM implementation in C code using amast HSM library. Something like a standalone CLI utility? I have not used state-machine-cat in the past, so if you have any example JSON description of an HSM, please share to get a better idea how it looks like. |
Beta Was this translation helpful? Give feedback.
-
Yes, that's right. This is the correct picture. And as you correctly pointed out, you can use callbacks of functions that should already be in the main application that launches the interpreter with the JSON file state-machine-cat. But the choice is yours. |
Beta Was this translation helpful? Give feedback.
-
as a suggestion: can you link your amast(HSM) project with the https://state-machine-cat.js.org/ project so that based on the JSON-file obtained from state-machine-cat, it could be launched under your HSM project?
Beta Was this translation helpful? Give feedback.
All reactions