Search found 25 matches

by copercini
Wed Apr 05, 2017 1:11 pm
Forum: ESP32 Arduino
Topic: General questions for esp32 newb
Replies: 7
Views: 12099

Re: General questions for esp32 newb

Duhjoker wrote: When I click on the get.exe it adds stuff to my folder like the sdk for sure but no elf file.

My computer is Windows 7 64bit.
Try click on get.py instead of get.exe...
by copercini
Tue Feb 07, 2017 3:59 pm
Forum: ESP-IDF
Topic: How to read the size of available data on mbedtls?
Replies: 3
Views: 8367

Re: How to read the size of available data on mbedtls?

I think it's solved!

After the correct implementation of non-blocking sockets, the things seem to be working fine :lol:
by copercini
Tue Feb 07, 2017 12:42 pm
Forum: ESP-IDF
Topic: How to read the size of available data on mbedtls?
Replies: 3
Views: 8367

Re: How to read the size of available data on mbedtls?

First thanks for the answer and explanation =) I think that calling mbedtls_ssl_read(ssl, NULL, 0); mbedtls_ssl_get_bytes_avail() in the available() method is probably as good as you can hope for. It works, but not how it should... When 'mbedtls_ssl_read()' is called, it timeout if buffer is empty, ...
by copercini
Fri Feb 03, 2017 7:34 pm
Forum: ESP-IDF
Topic: How to read the size of available data on mbedtls?
Replies: 3
Views: 8367

How to read the size of available data on mbedtls?

Hi, I am porting the WiFiClientSecure arduino library based of WifiClient of ESP32, but the problem is "client.available()" method, how to know if the client has data to read or not? using ioctl(ssl_client->socket, FIONREAD, &count); or mbedtls_ssl_get_bytes_avail(&ssl_client->ssl_ctx)); it always r...
by copercini
Fri Feb 03, 2017 3:47 pm
Forum: General Discussion
Topic: Request for HTTPS support
Replies: 4
Views: 11685

Re: Request for HTTPS support

ESP_Sprite wrote:Rudi: I don't think that's what he means :)
Stefan: I'll poke IT, see if we can do something.
You can use a free https://letsencrypt.org/ certificate