Hello
My project I need to use HTTPS protocol to communicate the web server. To understand this code, I have gone through NXP SDK LPCXpresso54628_lwip_httpssrv_mbedTLS_bm demo code. The lwip_httpsrv_mbedTSL_bm demo application demonstrates an HTTPS Server set up on lwIP TCP/IP and the mbedTLS stack with bare metal. The user uses an Internet browser to send an https request for connection. The board acts as an HTTPS server and sends a Web page back to the PC.
But my requirement is the PC should act as a server and board act as a client. Board should send the https request for connection. Able to send some dynamic data to web server also. Pc act as a server and able to receive the data from the board and displaying the web page. For this application is there any demo code is available?
BR
Nithin