lf-lang / reactor-uc

A lightweight reactor runtime targeted at resource-constrained embedded systems
BSD 2-Clause "Simplified" License
2 stars 2 forks source link

Support federated agreement on start tag #79

Closed erlingrj closed 5 days ago

erlingrj commented 1 week ago

We need a distributed way of agreeing on what the start tag of a federation should be.

We can solve this the hard way using some distributed consensus algorithm. Or, we can solve it the easy way by making the user pick the "leader" and then have the leader select the start tag and distribute it to all others.