libbft icon indicating copy to clipboard operation
libbft copied to clipboard

Use yaml for defining state machines

Open rodoufu opened this issue 6 years ago • 2 comments

Maybe use gopkg.in/yaml.v2

rodoufu avatar Aug 27 '19 21:08 rodoufu

It's a good idea @rodoufu ... only challenge is to describe transition functions, in a general programming language... if we had some basic language, to operate on machine state data on yaml, and being automatically converted to Java, C++, Go, etc.. this would be nice.

igormcoelho avatar Sep 30 '19 21:09 igormcoelho

I was thinking about using gRPC for that, in the yaml description we say the endpoint, the address and maybe the interface to use.

rodoufu avatar Oct 01 '19 23:10 rodoufu