Simple Sensor Interface protocol: Difference between revisions

Content deleted Content added
Ifroggie (talk | contribs)
Ifroggie (talk | contribs)
More about commands
Line 106:
|-
|}
 
The group of commands
 
*Q – query
*A – query reply
*C – sensor discovery
*N – discovery reply
*Z – reset
*G – get sensor configuration
*S – set sensor configuration
 
are used to find and configure sensor units utilizing SSI-protocol.
 
The group of commands
 
*R – request sensor data
*V – data response
*D – data response with status field
 
are used to read sensor data infrequently.
 
For data streaming purposes are defined commands
 
*O – create sensor observer
*Y – observer created
*K – delete observer
*U – observer finished
*L – request sensor listener
*J – sensor listener created.
*V – data response
*M – data response with many data points
 
=== Point-to-point SSI ===