ostrya / PresencePublisher

An Android MQTT client that regularly publishes messages to notify about the device's presence
MIT License
83 stars 13 forks source link

Subscription? #14

Closed gerroon closed 4 years ago

gerroon commented 4 years ago

Hi,

I know this is a publisher but any plans to implement subcribing functionality too?

thanks

ostrya commented 4 years ago

No, sorry. The overall concept of the app is to connect to the MQTT broker only when publishing. And as there is no continuous connection, subscribing does not make sense. Maybe you can have a look at https://github.com/dc297/mqttclpro, this seems to offer subscription functionality.

gerroon commented 4 years ago

Thanks i will take a look at it.