Has anyone implemented https protocol on LPC17xx? Actually, firstly, is this feature possible on LPC1788, given memory constraints?
Hi xiangjun_rong, thanks for your reply.
I really appreciate this bunch of examples. Very useful.
But the main purpose is to implement a secure layer for http protocol (https).
Do you have any examples of how to implement this secure layer?
Hi,
Unfortunately, the LPCOpen package only provides the basic http server function, but it does not support secure feature.
The SDK package for LPC54xxx provides the mbedtls example, I suppose that you can either port it to LPC17xx or change another processor.
This is the SDK package website:
https://mcuxpresso.nxp.com/en/welcome
Hope it can help you
BR
XiangJun Rong
Hi,
Pls refer to the attached LPCOpen package for the LPC1769, in the package, there is webserver example, in other words, the LPC17xx can function as a server to support http.
Hope it can help you
BR
XiangJun Rong