https on LPC1788

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

https on LPC1788

1,217件の閲覧回数
igorguzzo
Contributor I

Has anyone implemented https protocol on LPC17xx? Actually, firstly, is this feature possible on LPC1788, given memory constraints?

ラベル(1)
0 件の賞賛
返信
3 返答(返信)

1,167件の閲覧回数
igorguzzo
Contributor I

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?

0 件の賞賛
返信

1,119件の閲覧回数
xiangjun_rong
NXP TechSupport
NXP TechSupport

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.

xiangjun_rong_0-1700444134666.png

This is the SDK package website:

https://mcuxpresso.nxp.com/en/welcome

 

Hope it can help you

BR

XiangJun Rong

0 件の賞賛
返信

1,179件の閲覧回数
xiangjun_rong
NXP TechSupport
NXP TechSupport

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