The main application code is in the main.c
file. This file also includes the MPLAB IDE directives for setting the
configuration bits for the processor.
Depending on your particular hardware configuration and options you may
have to modify or add the correct directives to set the configuration
bits consistent with your project.
The main.c file also includes the callback
functions for the HTTP server to perform specific actions and provide
variable replacement values for dynamic pages.
If you need to add specific code for your application remember that
the stack code was written as a cooperative multitasking "multi-level"
state machine with a continuous execution loop. Your code has to take
in account this context and "cooperate" with the rest of the code and
preserving the continuous execution loop.