Basic HTTP server

I am using Basic HTTP server with NET-OS6.0 on ConnectME and 7520 evaluation board.
I would like to change Basic HTTP server listening port from port80.
Is it possible to change listening port?

It is not possible to start the basic web server with a port other than 80. You can, however, start the advanced web server with a different port, by using the NAHSStartServer() function to start the server.

This function takes in a HS_SERVER_PARAMETERS structure, one element of which is the port number the server should use.

Cameron

Cameron,

Thank you very much for your reply.