Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 796 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 796 Bytes

MAX485 gateway

Description-

  • On gateway side,
    • Read data over RS485 communication protocol and upload data to server over MQTT protocol.
  • On server side,
    • Recieve data data over MQTT protocol.
    • Store data on MongoDB server.
    • Host a UI with login access and data display features.
    • Send critical data to cloud.
    • Seperate serverless Docker containers for backend, frontend and mongoDB.
  • On cloud side [AWS],
    • Implementation of API gateway.
    • Lambda methods to process on recieved data.
    • DynamoDB to store received data.
    • AWS SNS to inform user about critical data using EMAIL.

Contributors:

  • Shweta Mahale.
  • Vrushali Lobhe.
  • Saurav Pimpalkar.
  • Rohit Akurdekar.