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

SIM7600X SSL/Secure Client? #770

Open
nickdaria opened this issue Jan 15, 2024 · 2 comments
Open

SIM7600X SSL/Secure Client? #770

nickdaria opened this issue Jan 15, 2024 · 2 comments

Comments

@nickdaria
Copy link

I have implemented TinyGSM w/ the 7600NA but unlike other chips, the 7600 lacks a TinyGsmClientSecure implementation in TinyGSM. Taking a look, it appears it was started but not ever tackled. (see TODO w/ commented out TinyGsmClientSecure)

I had to build a very hacky AT command implementation to run alongside TinyGSM to make it work, but I would like to see this implemented down the road for future projects with the 7600 so everything can stay behind the TinyGSM layer.

Unfortunately, I do not currently have the time to familiarize myself with TinyGSM source and make a PR with this. If there is no progress on this when I have time later on, I will update this issue with any progress. That said, I would love for an active contributor to take a look if at all possible.

What type of issues is this?

Request to implement TinyGsmClientSecure on 7600X

What are you working with?

Modem: 7600NA
Main processor board: ESP32
TinyGSM version: 0.11.7

@floBik
Copy link

floBik commented Feb 7, 2024

Hi @nickdaria,

have a look at PR #767. I think this should be the solution you need.

@nickdaria
Copy link
Author

Hi @nickdaria,

have a look at PR #767. I think this should be the solution you need.

That looks excellent! I will give that fork a shot tonight and report back. Thanks for the heads up!

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