mongoose/examples/NXP_LPC4088
Deomid Ryabkov 9a8a6b53ae Minor fix to the LPC example
PUBLISHED_FROM=3a99921093957c2ba9c1a0938fa00b3a29784d81
2016-11-06 02:20:43 +00:00
..
LPCOpen_QSB Example LPCXpresso project for NXP LPC4088 2016-10-31 13:02:01 +00:00
LPCXpresso/Mongoose_LPC4088_QSB_BM Minor fix to the LPC example 2016-11-06 02:20:43 +00:00
README.md Example LPCXpresso project for NXP LPC4088 2016-10-31 13:02:01 +00:00

Mongoose Web Server example without an RTOS

This project sets up a simple Web server using the Mongoose Web Server and Networking library.

This project is based on the LPC4088 QuickStart Board from Embedded Artists.

Please download the modified LPCOpen SDK and unpack it into the LPCOpen_QSB directory.

This project depends on lpc_chip_40xx and lpc_board_ea_devkit_4088 (for drivers) and the webserver example project (for LWIP). Please import them along with this project.

By default, the project uses DHCP to obtain an IP address. If you want to configure a static IP address, please edit the settings at the top of example/src/main.c.