EricssonResearch / calvin-base

Calvin is an application environment that lets things talk to things, among other things.
Apache License 2.0
282 stars 91 forks source link

Add clean_session parameter and command support to MQTTDynamicSubscriber #110

Open cergab opened 5 years ago

cergab commented 5 years ago

clean_session flag is set by default. Add support for following commands: 'subscribe' (topic subscribe) and 'unsubscribe' (topic unsubscribe) Other small updates