summary: Create State Machine for Sparkplug B EoN Device --> Create session state management for EoN Node
Description has changed:
Diff:
--- old+++ new@@ -1,7 +1,5 @@-The Eon device interacts with the MQTT server via a state machine+The Eon device interacts with the MQTT server in a session.+The session state management is well described in the techref. PDF.-The state machine is well described in the techref. PDF--We should build a mock state machine as starters for our test.--Use CfUnit for any unit/functional testing of the state machine+This session state management can be implemented via a state machine.+Or if the state machine is 'simple' we can choose to implement is via simple binary logic.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
We should build a mock state machine as starters for our test.
Use CfUnit for any unit/functional testing of the state machine
As far as I see this ticket is implemented.
However it should still be tested.