ChuckBell / MySQL_Connector_Arduino

Database connector library for using MySQL with your Arduino projects.
331 stars 132 forks source link

Could you help me making it compatible with SIM7000? #120

Closed JJGR93 closed 2 years ago

JJGR93 commented 4 years ago

Hello, thank you so much for this library. Could you help me making it compatible with GSM/GPRS/LTE SIM modules please?

ChuckBell commented 4 years ago

Well, that’s tricky. You will have to find a library that works over TCP and replace all Ethernet class calls in the connector library. However, be prepared for a lot of work as most GSM-ish libraries I’ve found do not support TCP. Most seem to be satisfied with HTTP.

On Jan 19, 2020, at 5:36 AM, Juan José notifications@github.com wrote:

Hello, thank you so much for this library. Could you help me making it compatible with GSM/GPRS/LTE SIM modules please?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ChuckBell/MySQL_Connector_Arduino/issues/120?email_source=notifications&email_token=AB6SHYH74K46QVU5AVQFADDQ6QULVA5CNFSM4KIYOYC2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IHFLL4Q, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6SHYBWSU4ZEFHJMEU5SSTQ6QULVANCNFSM4KIYOYCQ.

ChuckBell commented 2 years ago

Closed due to inactivity.