Drutol / CrossHMI

Reactive HMI Android application example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure update time is common for all repositoryGroup

mpostol opened this issue · comments

repositoryGroup is a collection of variables that are used to create an Azure device. The following problems must be distinguished:

  • there are hardcoded update time for all repositoryGroup - in production environment it is useless
  • there is mopping between the class representing selected repositoryGroup and device capabilities model used by Azure.
  • the solution simulates a set of parallel independent devices connected to Azure - consider implementing it as a real gateway.
  • cannot find a possibility to read the communication parameters from the application configuration.
  1. Has been resolved in 56441ee
  2. Now configuration in connection with DTDL model provide the mapping based on common property names
  3. That'd be good option indeed but we lack proper documentation on implementing such devices.
  4. You can find these on the bottom of https://github.com/Drutol/CrossHMI/blob/master/CrossHMI/CrossHMI.AzureGatewayService/Configuration/LibraryConfigurationExample.json#L726