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

Native MQTT support #53

Open
d3vil-st opened this issue Mar 30, 2021 · 3 comments
Open

Native MQTT support #53

d3vil-st opened this issue Mar 30, 2021 · 3 comments

Comments

@d3vil-st
Copy link
Contributor

Hi there,
is there any plans to implement native MQTT connections for modules like sim7000 or sim800?
Here is doc for this: https://simcom.ee/documents/SIM7000x/SIM7000%20Series_MQTT_Application%20Note_V1.00.pdf

@MaJerle
Copy link
Owner

MaJerle commented Mar 31, 2021

Native MQTT support is only for SIM7000. Challenging for me at the moment to implement this.

If you are willing to make it happen, I have no prob to merge your work.

@d3vil-st
Copy link
Contributor Author

d3vil-st commented Mar 31, 2021

I’ve already started implementation for sim800 (sim7000 very similar, but have some differences during configuration), all basic commands work well (conf, connect, subscribe, publish and parse unsolicited responses). Will create PR once done. I’ve asked just to sure that I’m not doing that perhaps already implemented.

@d3vil-st
Copy link
Contributor Author

d3vil-st commented Apr 5, 2021

#55 here is implementation of basic functions.

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

No branches or pull requests

2 participants