Intelligence at the Edge

From AMTech WikiDocs
Revision as of 08:55, 16 May 2016 by Amarrero (Talk | contribs)

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 allowing specific protocol data be integrated with the Observations
    • #{deviceId} 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)