Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MQTT & REST support #26

Open
Jorgen-VikingGod opened this issue May 20, 2015 · 4 comments
Open

MQTT & REST support #26

Jorgen-VikingGod opened this issue May 20, 2015 · 4 comments

Comments

@Jorgen-VikingGod
Copy link

Are you planning to add MQTT and REST support to your library?

@Diaoul
Copy link
Owner

Diaoul commented May 20, 2015

MQTT il already supported with this library: https://github.com/knolleary/pubsubclient
As for REST this is not planned and I think it's another layer of abstraction that would better fit in another library (that uses this one)

@Jorgen-VikingGod
Copy link
Author

Hi Diaoul, did not know this before.
But how can I use the pubsubclient with your ESP8266Client?
Do you have any examples, how to use this?
thx for the support

@Diaoul
Copy link
Owner

Diaoul commented May 25, 2015

The ESP8266Client implements the Client interface so you can use it with PubSubClient. Check out PubSubClient documentation about that.

@Jorgen-VikingGod
Copy link
Author

thx. This works great for me.
So the part of MQTT is solved ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants