Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1 KB

File metadata and controls

23 lines (19 loc) · 1 KB

Welcome to Distributed IoT PLatfrom

Rules to run Communication Module

  1. Download and setup docker , docker compose
  2. Now goto the bootstrap module and run init.py (it is doing docker-compose up for kafka)
  3. Goto the communation_module directory and import communication module
  4. Call the Sample producer interface communication_module.ApplicationManager_to_ServiceLifeCycle_Producer_interface(mess) [ see ApplicationManger.py ]
  5. Call the Sample consumer interface communication_module.ApplicationManager_to_ServiceLifeCycle_interface(fun) [see ServiceLifeCycle.py ]
  6. Videolink: https://www.youtube.com/watch?v=rixFLCBNLao&t=333s

Distributed platform that provides

  • Build, development and deployment functionalities.
  • The platform will be able to deploy and run applications that can be used to manage a smart city.

Features of the platform:

  • Distributed
  • Maintainable
  • Fault tolerent

Architechture:

final.png