Create an FB_PrimaryHost.
It should connect (with last will state).
It should disconnect.
It should subscribe to:
namespace/+/NBIRTH/+
namespace/+/NDEATH/+
namespace/+/DBIRTH/#
namespace/+/DDEATH/#
namespace/+/NDATA/+
namespace/+/DDATA/#
namespace/+/NCMD/+
namespace/+/DCMD/#
STATE/+
it should provide the following methods, which will be used to handle the payloads:
onNBIRTH()
onNDEATH()
onDBIRTH()
onDDEATH()
onNDATA()
onDDATA()
onNCMD()
onDCMD()
onSTATE()
it should publish STATE.
It has at least 1 publisher and has at least 9 subscribers. The StateMachine resembles the EoN somewhat.
Furthermore we will build a way to publish REBIRTH NCMD's which is not mentioned in this ticket!
A single subscriber/publisher FB_PrimaryHost is now "beta ready"