-
Notifications
You must be signed in to change notification settings - Fork 8
IoT Core Gateway StreamProcessor
jeno96 edited this page Dec 21, 2018
·
2 revisions
Incoming messages are raw reads from sensors without any fault checking algorithm.
Every message passes through Stream Processor.
Stream Processor implements a simple boundary checking error detection.
Passed messages are forwarded to topic sensor/#
, error messages to sensor/error
.