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

Conform to NodeJS MQTT.js API #193

Merged
merged 1 commit into from Nov 25, 2015
Merged

Conform to NodeJS MQTT.js API #193

merged 1 commit into from Nov 25, 2015

Conversation

heri16
Copy link
Contributor

@heri16 heri16 commented Nov 24, 2015

Amazon Web Services IoT uses the mqtt nodes library from https://github.com/mqttjs/MQTT.js . Changes are made to conform to this API (while maintaining backwards compatibility for now). This makes nodejs libraries easier to port to Espruino.

Amazon Web Services IoT uses the mqtt nodes library from https://github.com/mqttjs/MQTT.js . Changes are made to conform to this API while maintaining backwards compatibility (for now).
heri16 added a commit to heri16/EspruinoDocs that referenced this pull request Nov 24, 2015
This port works with new MQTT.js API here: espruino#193
@gfwilliams
Copy link
Member

Great - thanks! Is it worth printing 'deprecated' for the old function calls we don't want people using?

Also, the docs (MQTT.md) should really be updated to match the new API.

gfwilliams added a commit that referenced this pull request Nov 25, 2015
Conform to NodeJS MQTT.js API
@gfwilliams gfwilliams merged commit d5ff612 into espruino:master Nov 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants