Skip to content

Frederik-VP/Scanomat-Production-Mender-IOT-HUb_Mermaid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  1. Machine power gets switched on
  2. After boot, connects to hardcoded SSID of Scanomat
  3. Should probably go into some kind of factory mode
  4. Handshakes with Mender
  5. Mender creates instance of machine in IOT HUB (integration)
  6. Factory SW tool programs serial, model, recipee and setup
  7. Data gets synced with IOT HUB / Device Twin
  8. Machine leaves factory mode, before ready to ship (resets counters etc)
sequenceDiagram
    Note left of client: Machine power get switched on
    Note left of client: After boot, connects to hardcoded SSID/Wifi of
    Note left of client: Goes into Factory mode Scanomat
    
    client ->> Mender : Handshakes with Mender 

    Mender ->> IOT HUB: Creates instance of machine in IOT HUB
    
    Note left of client:.
    Note left of client:.
    
    Factory Tool ->> client: Factory SW tool programs serial, model, recipee and setup
    
    Note left of client: After upload machine changes state

    client ->> IOT HUB: Data gets synced with IOT HUB / Device Twin

    Note left of client: Machine leaves factory mode, before ready to ship (resets counters etc)    

    
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages