Y
Hacker News
new
|
ask
|
show
|
jobs
by
rwmj
2270 days ago
Based on the idea of statecharts, we generate a C library that implements a particular complex network protocol:
https://github.com/libguestfs/libnbd/tree/master/generator
All the files called state* are involved, but the hierarchical state machine is described in this one:
https://github.com/libguestfs/libnbd/blob/master/generator/s...