vmware-archive / liota

Other
336 stars 121 forks source link

Adding AWS DCC in liota #63

Open KohliDev opened 7 years ago

KohliDev commented 7 years ago

Adding AWS as DCC in liota with MQTT as dcc_comms layer.

Contributors: @Venkat2811

Design: @kohlidev

Venkat2811 commented 7 years ago

Current AWSIoT DCC implementation #71 uses only MqttDccComms. It should support both AWSIoT SDK and MqttDccComms to achieve DeviceShadows.

But, this breaks DCC -> DCCComms -> Transports. Do in-depth comparison to make further design decisions.