AB-informatica-service

Results 3 issues of AB-informatica-service

I'm having trouble with an Http request: I followed the HttpClient example and at the http.get(host, path) request I get the error code "-1". ` log_i("Avvio richiesta HTTP"); HttpClient http(*client);...

I've read in the documentation that it would be better to set the time with setVerificationTime() and I'm doing it. I made the formulas to get the days and seconds,...

bug

Hi every one, As recommended this using SSLClient to connect with MQTT Broker, I increased the library buffer: ` //unsigned char m_iobuf[2048]; ` ` unsigned char m_iobuf[BR_SSL_BUFSIZE_BIDI]; ` As recommended...