/qz-sensoralarm

Sensor and Alarm Module for QuakeZone Earthquake and Tsunami Early Warning System

Primary LanguageJavaScriptApache License 2.0Apache-2.0

qz-sensoralarm

Sensor and Alarm Module for QuakeZone Earthquake and Tsunami Early Warning System

Milestone 1

  • Encode data to protobuf
  • Send protobuf data to MQTT
  • Receive protobuf data from RabbitMQ
  • Decode data from protobuff to Object

Milestone 2

  • Save data to MongoDB

How To Run

Worker1 (*)Milestone 1

    Open Terminal
    'yarn worker1'

Client (*)Milestone 1

    Open Terminal
    'cd client && node client.js'

Install

    yarn _install