SSLClient icon indicating copy to clipboard operation
SSLClient copied to clipboard

https client on w5500-evb-pico2

Open mirek23 opened this issue 1 year ago • 2 comments

Would the govorox/SSLClient library work on w5500-evb-pico2 to act as a https client. If so would you have an example to post the https request.

There is another OPEnSLab-OSU/SSLClient library which one is better suited for w5500-evb-pico2 ?

mirek23 avatar Nov 26 '24 04:11 mirek23

The following fields are missing: Description, Steps to Reproduce, Expected Behavior, Actual Behavior, Environment, IDE. Please update the issue with this information.

github-actions[bot] avatar Nov 26 '24 04:11 github-actions[bot]

@mirek23 Sorry for a late reply to this. There is no reason at all why this library would not serve the SSL layer for this device. This is because we are at a higher level that the hardware drivers. As for an example, sorry but there are not currently for that board. If you follow the examples here adjusting for your board. Find a suitable HTTP Client for your board and use this layer on top of that. If you get a working example please feel free to submit for inclusion in this library.

RobertByrnes avatar Jan 27 '25 07:01 RobertByrnes