Intelligence at the Edge

From AMTech WikiDocs
Jump to: navigation, search

Edge

  • Generalize protocols
  • Example LLRPReader and BLEbeaconsScanner implement smoothing logic.
  • Smooth protocols chatting
    • Transmitting only the interesting information that results from local data processing not only means more efficient use of bandwidth but the capability to collect and analyze much higher volumes of data
  • Monitoring
    • Recover and send observation about errors from devices, protocols and connection
  • Commands
  • Implement placeholders (see Observation Enrichment) allowing specific protocol data to be integrated with the Observations
    • #{bridgeId} m2mBox Id set at bridgeConfig.json configuration file bridgeId property, or a unique id create in absence or this value
    • #{typeId} Unique id of the thingType that produces the event
    • #{thingId} Unique id of the instances that produces the event
    • #{tenantId} Tenant id used to authenticate the m2mBridge, defined at bridgeConfig.json tenant property
    • #{userId} User id used to authenticate the m2mBridge, defined at bridgeConfig.json userId property

plugins can implement custom placeholders, specifics to their domain. (See HelloWorld placeholder)