Specification

High Level Architecture

Since this system is event driven, there is an enterprise bus that controls the messages passed between all logical components.
Each sensor is connected to a gateway that is connected to the enterprise bus.
The Dashboard is connected to the bus, waiting for events to display.
Finally, for auditing, there is a component that receives the logs from the other components, that can be seen through an web interface.

Features

  • Monitor several vital signs.

Scenarios

  • Given a read on a sensor it generates an event in the server.