reqwless icon indicating copy to clipboard operation
reqwless copied to clipboard

Support mbedtls/esp-mbedtls

Open bugadani opened this issue 2 years ago • 3 comments
trafficstars

https://github.com/esp-rs/esp-mbedtls - probably won't be on crates.io before esp-wifi.

Options are always good. Someone may want to use reqwless but might need the more complete implementation of mbedtls.

bugadani avatar Oct 21 '23 19:10 bugadani

Hey, I just saw your issue. I gave up on implementing my own client, and decided to add esp-mbedtls support around the reqwless client. It's still work in progress, as I'm waiting on:

  • https://github.com/esp-rs/esp-mbedtls/pull/24
  • https://github.com/esp-rs/esp-mbedtls/pull/25 before rebasing and completing this feature.

If you want to try it out: https://github.com/drogue-iot/reqwless/commit/08aa8a8e8a27b4035cce342404b3ac4198f4c315

AnthonyGrondin avatar Feb 12 '24 23:02 AnthonyGrondin

Is there anything blocking this from being pushed to a crates.io release?

Sycrosity avatar Apr 26 '24 19:04 Sycrosity

esp-rs/esp-mbedtls could probably take an update since esp-hal and esp-wifi both have been updated, and now esp-mbedtls is incompatible with the latest version of both.

AnthonyGrondin avatar Apr 26 '24 19:04 AnthonyGrondin