Replies: 2 comments 1 reply
-
Any of the two should work. Any of the two in theory should also work with esp-mbedtls. I'm using the edge-http client with esp-mbedtls. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can:
On a sidenote, I think we should start including more clients in our examples (edge-http, reqwless) to ensure we discover breaking changes right away, while also providing examples for users |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Do you have any recommendation for an http client that would be easy to work with together with esp-mbedtls?
Candidates I found are:
edge-http - which I saw there's an example for server side here, @ivmarkov - it looks like you own it, I couldn't find an example that rides on top of esp-wifi so tried to implement one myself but face issue that looks like might not be supported yet.
https://github.com/drogue-iot/reqwless - which states it can be used with esp-mbedtls (hopefully it still work with all recent changes) - I haven't tried it yet.
Beta Was this translation helpful? Give feedback.
All reactions