tcalmant / ipopo

iPOPO: a Service-Oriented Component Model for Python
https://ipopo.readthedocs.io/
Apache License 2.0
69 stars 28 forks source link

Redefine the MQTT service #18

Open tcalmant opened 10 years ago

tcalmant commented 10 years ago

The MQTT service provided by pelix.services.mqtt is not really usable as is. Its API must be redefined in order to support real use cases or it will be removed.

It should also use the MQTT client class instead of having a parallel implementation.