mqtt #283
Unanswered
espruino-discuss
asked this question in
JavaScript
mqtt
#283
Replies: 1 comment
-
Posted at 2014-06-17 by @gfwilliams As I understand it, MQTT is based on TCP/IP, not HTTP... So at the moment, Espruino won't do it with the built-in CC3000/WIZnet drivers because there's no API to send/receive raw TCP/IP. That is on my list of stuff to do though, so it shouldn't be too far off. Having said that it looks like there's MQTT-S for lower-power networks, and Espruino could do that - because then it's just a matter of talking to whatever radio there is. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2014-06-17 by StuntMonkeh
Is it feasible to have the Espruino to publish and subscribe to an MQTT broker?
Beta Was this translation helpful? Give feedback.
All reactions