-
Notifications
You must be signed in to change notification settings - Fork 0
Architecture
dipranjan edited this page Nov 25, 2018
·
8 revisions
The entire architecture can be broken down into 3 components:
- Start a MQTT Broker -- We will use cloudmqtt broker [free plan]
- Write an application that publishes messages -- This will be done by Paho MQTT in the mqttMessagingServices class of the framework.
- Write an application that consumes messages -- This will be done by the android app