You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To handle coordinates startup and shutdown there needs to be a solid, known, base of federates. But we can also support transient federates, i.e. federates that are not part of the startup or shutdown procedure but can join at and leave at any time. We need to solve a couple of problems:
Acquiring the global start tag of the federation
Negotiating a local start tag when a transient boots and joins the federation.
Negotiating a local shutdown tag when a transients shutdowns and leaves the federation.
Negotiating a leaving tag, if a transient leaves the federation (without shutting down).
Negotiating a rejoining tag, if a left transient joins the federation again
Handling the scenario where a transient just leaves/shuts down without negotiating the tag at which is occurs.
I think several of these can be joined together as they are the same problem.
The text was updated successfully, but these errors were encountered:
To handle coordinates startup and shutdown there needs to be a solid, known, base of federates. But we can also support transient federates, i.e. federates that are not part of the startup or shutdown procedure but can join at and leave at any time. We need to solve a couple of problems:
I think several of these can be joined together as they are the same problem.
The text was updated successfully, but these errors were encountered: