Protocol Configuration

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
Protocol Configuration

There are a few steps that you must take to include each protocol in your application. Most of this configuration is performed by setting options in one of the variants of the TCPIPConfig.h header file. Nearly all protocols will require you to enable them by defining one or more macros in TCPIPConfig.h. You will also need to include the files needed by your protocols in your project. Some protocols will require you to define sockets for them to use in TCPIPConfig.h, and allocate memory to them. 

The TCP/IP Configuration Wizard, included with the stack, will allow you to select the features that you want while handling most complex firmware configuration automatically. Because of this, it is the easiest (and safest) way to set up your application protocols. 

The Module APIs topic has a description of each of the modules.

Topics
Name 
Description 
Describes macros and files that must be included to use protocols. 
Describes additional firmware demos and functionality. 
Describes how to set up sockets for your application. 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.