#4 Create session state management for EoN Node

MVP EoN
closed
aliazzz
None
2020-09-14
2020-03-26
aliazzz
No

The Eon device interacts with the MQTT server in a session.
The session state management is well described in the techref. PDF.

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.

Discussion

  • aliazzz

    aliazzz - 2020-03-26
    • Milestone: 1.0 --> 2.0
     
  • aliazzz

    aliazzz - 2020-03-29
     
  • aliazzz

    aliazzz - 2020-03-29
    • 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.
    
     
  • aliazzz

    aliazzz - 2020-03-29
    • status: open --> accepted
    • assigned_to: aliazzz
     
  • aliazzz

    aliazzz - 2020-03-29

    We should build a mock state machine as starters for our test.
    Use CfUnit for any unit/functional testing of the state machine

     
  • aliazzz

    aliazzz - 2020-04-13
    • status: accepted --> closed
     
  • aliazzz

    aliazzz - 2020-04-13

    As far as I see this ticket is implemented.
    However it should still be tested.

     

Log in to post a comment.