Anthony Grondin

Results 8 comments of Anthony Grondin

Each mutual TLS requests seem to take a couple of seconds, I believe this is because we don't take advantage of the TLS sessions feature. https://github.com/espressif/esp-idf/issues/8852 EDIT: Upon further testing....

I don't think I have the required knowledge to come up with an ideal implementation of it. The main challenge here, is to work asynchronously, since the implementation has to...

Hi! Is this still depending on something to be merged? I have the same issue blocking my workflow https://github.com/esp-rs/esp-mbedtls/pull/15 which can be fixed by disabling the automatically generated cmake c...

My $0.02 Last time I tried to use the SoftAP with an auth method, I fell on the `gettimeofday()` that wasn't implemented. This has been fixed in esp-rs/esp-wifi#304, but this...

I think the best bet would be to get https://github.com/esp-rs/esp-wifi/pull/394 working, and implement the crypto functions.

> I did a quick check with an esp-hal example (embassy_i2s_sound.rs on ESP32-C3) and changed a few things between release builds: > > * change a gpio number > >...

Hi! I'm currently blocked on this for https://github.com/esp-rs/esp-mbedtls/pull/19 but I don't really know what would be the best way to do it. If anyone wants to take care of it,...

I've implemented the DHCP task in my project to test for something, and it works quite well. ~I'm wondering if, instead of adding this as an example, we add it...