Hello, I was trying to get the httpserver-netconn working (in contrib). I am using lwip-1.4.1 and contrib-1.4.1. I think the following change is needed:
73c73 < netconn_bind(conn, NULL, 80); --- > netconn_bind(conn, IP_ADDR_ANY, 80); You cant pass NULL in for the ANY address because it is dereferenced later. I was just trying to get the simple web server up and running as proof things were working and this problem cost me hours today. I hope that this can save someone else the same problem. I looked on the web site and I did not see a way to file a bug, so let me know if there is some procedure I should follow. The path is contrib-1.4.1/apps/httpserver/httpserver-netconn.c Thank you, Joe Kroesche This message (including any attachments) is intended only for the use of the individual or entity to which it is addressed and may contain information that is non-public, proprietary, privileged, confidential, and exempt from disclosure under applicable law or may constitute as attorney work product. If you are not the intended recipient, you are hereby notified that any use, dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, notify us immediately by telephone and destroy this message if a facsimile or (ii) delete this message immediately if this is an electronic communication. Thank you.
_______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
