Microchip TCP/IP Stack v3.75.5 (beta)

Contents
Download zip file (866KB)



Main Application source code

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.




   
    ©2006-2008, Jorge Amodio, All rights reserved

Last Update: June 7, 2007