A client library for gsm ppp protocol. This library can be used to make GET and POST requests and to connect mqtt with PubSubClient. It supports ESP32.
Dear, I was trying to read a file via HTTP simpleGetRequest function,
File get successfully read from the cloud, I crossed check by sniffing the Serial window of GSM Module. Complete file get read along with HTTP Header but, ppposClient.available() never executes (Returns False I guess) Every time so couldn't able to execute the ppposClient.read() function successfully. Any chances of resolution to this matter?
Thanks in advance for this wonderful work which u have done already!!
Dear, I was trying to read a file via HTTP simpleGetRequest function, File get successfully read from the cloud, I crossed check by sniffing the Serial window of GSM Module. Complete file get read along with HTTP Header but, ppposClient.available() never executes (Returns False I guess) Every time so couldn't able to execute the ppposClient.read() function successfully. Any chances of resolution to this matter?
Thanks in advance for this wonderful work which u have done already!!