NXP http server no longer exist in SDK_2.3_MK64FX512xxx12

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

NXP http server no longer exist in SDK_2.3_MK64FX512xxx12

974 Views
alexpimenov
Contributor I

The first implementation of NXP http server was added in SDK 2.2. 

It can be found in the following directory:

SDK_2.2_MK64FX512xxx12\middleware\lwip_2.0.0\src\apps\httpsrv.

But I can't find it in the  newest SDK 2.3  anymore.

Does it mean it's no longer supported?

0 Kudos
4 Replies

831 Views
alexpimenov
Contributor I

I'm sure I included lwip as middleware option, when generatede sdk 2.3 and sdk 2.2.

If you look at the screenshots below, httpsrv folder ( that contains NXP http server files ) is missing in SDK2.3.

Does it means that  NXP https server is no longer supported?

sdk_2.2PNG.PNGsdk2.3.PNG

0 Kudos

831 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Alex,

httpsrv folder was removed because dependency is not satisfied.

According to development team "

The files inside httpsrv folder are part of the middleware.tcpip.lwip.apps.httpsrv component. Maybe the package shown below does not include FreeRTOS and the demos which require middleware.tcpip.lwip.apps.httpsrv require also FreeRTOS.

So that’s likely the reason why it is not in the package.

By the way the httpsrv folder and its content is not part of lwIP project, it is NXP implementation of HTTP server.

"


Have a great day,
Jennie Zhang

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

0 Kudos

831 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Alex.

I reproduced your problem.

I have contacted SDK development team for this issue. Will keep you informed.

Best Regards,

Jennie Zhang.

0 Kudos

831 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Alex,

Please make sure you have lwIP included in the package. If not, "Add software component"

pastedImage_2.png

then build and download, we will see lwip folder there.

pastedImage_3.png

SDK2.3.0 includes lwip 2.0.2_rev1

while SDK2.2.0 includes lwip 2.0.0_rev3

For more lwip change log, see ChangeLogKSDK.txt under lwip folder.


Have a great day,
Jennie Zhang

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

0 Kudos