Https server with json request and response

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Https server with json request and response

1,731 Views
vasudhevan
Contributor V

Hi,

     Board - imxrt 1064 

     How to implement https server with json request and response format ?

     Any documentation available nxp https server apis ?

Thanks & Regards

      Vasu 

Labels (1)
0 Kudos
3 Replies

1,607 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Vasudhevan G,

   About the https server code for MIMXRT1064, you can download the SDK for RT1064, please select the middleware LWIP.

pastedImage_1.png

SDK_2.7.0_EVK-MIMXRT1064\boards\evkmimxrt1064\lwip_examples\lwip_httpsrv

About the cJSON code, you can download it from this link:

GitHub - DaveGamble/cJSON: Ultralightweight JSON parser in ANSI C 

You can try to add it to the lwip code.

Wish it helps you!

If you still have questions about it, please kindly let me know.

Have a great day,
Kerry

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

1,607 Views
vasudhevan
Contributor V

Hi Kerry,

    Thank you for your response.

    Any documentation available regarding http server apis ?

    How web page sending to when .html request comes ?

Thanks & Regards 

         Vasu 

0 Kudos

1,607 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Vasudhevan G.

  The http api used is from the LWIP,  the LWIP can be fond from this link

lwIP - A Lightweight TCP/IP stack - Summary [Savannah] 

You can find the API description from the above link.

Wish it helps you!

If you still have questions about it, please kindly let me know.

Have a great day,
Kerry

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos