Create simple Structural Monitoring Solution
Grillo has the capability to monitor seismic shaking of structures. In a simple case, we want to monitor the shaking of a structure and receive an alert whenever the amplitude exceeds a predefined limit.
Ingest Data
module ingests data from Grillo Sensors and prepares them from processingThreshold Detection
module gets the data and evaluates whether the amplitude (in acceleration, velocity, or displacement) exceeded a predefined threshold. If so, it publishes an alert messageAlert
module distributes alert messages via channels such as e-mail or Twitter