Difference between revisions of "Mesh Network"

From AMTech WikiDocs
Jump to: navigation, search
Line 5: Line 5:
 
A set of stpg instances form a valid mesh if the following conditions are met:
 
A set of stpg instances form a valid mesh if the following conditions are met:
 
* all instances must be valid for its metadata
 
* all instances must be valid for its metadata
* there must be a single root node (mode=1 or mode=3 in the sc property)
+
* Mesh id just b unique in the tenant (networkId property in the sc json)
* all instances must have the same mesh id (meshId property in the sc property)
+
* there must be a single root node (mode=1 or mode=3 in the sc json)
 +
* all instances must have the same mesh id (meshId property in the sc json)
 
* all instances must have the same channel
 
* all instances must have the same channel
 
* if using encryption, all instances must have the same seed
 
* if using encryption, all instances must have the same seed

Revision as of 11:23, 5 November 2020

A Mesh network is composed of a root and multiple nodes, all thing instances of the type stpg (Smart Tracker Proximity Gateway)

Mesh Validations

A set of stpg instances form a valid mesh if the following conditions are met:

  • all instances must be valid for its metadata
  • Mesh id just b unique in the tenant (networkId property in the sc json)
  • there must be a single root node (mode=1 or mode=3 in the sc json)
  • all instances must have the same mesh id (meshId property in the sc json)
  • all instances must have the same channel
  • if using encryption, all instances must have the same seed