TCPIP Network Interface

This directory contains interface-specific files. Currently, µC/TCP-IP only supports three type of interfaces, Ethernet, wireless and loopback. The Ethernet and wireless interface-specific files are found in the following directories:

\Micrium
	\Software
		\uC-TCPIP
			\IF

 

\Micrium

Contains all software components and projects provided by Micrium.

\Software

This sub-directory contains all software components and projects.

\uC-TCPIP

This is the main µC/TCP-IP directory.

\IF

This is the main directory for network interfaces.

net_if.* presents a programming interface between higher µC/TCP-IP layers and the link layer protocols. These files also provide interface management routines to the application.

net_if_802x.* contains common code to receive and transmit 802.3 and Ethernet packets. This file should not need to be modified.

net_if_ether.* contains the Ethernet interface specifics. This file should not need to be modified.

net_if_wifi.* contains the wireless interface specifics. This file should not need to be modified.

net_if_loopback.* contains loopback interface specifics. This file should not need to be modified.