Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

BSP

\BSP\Template

This directory contains templates files, where functions might need to be implemented. See the section Network Board Support Package for further information.

Configuration

\Cfg

This directory contains configuration template file that must be copied to your project and modified following our requirements. See the section Configuration for further information.

Anchor
Shell Commands
Shell Commands
Shell Commands

\Cmd

This directory contains the function that can be called from the command shell. This directory should be added to the project only if µC/Shell is present and network command must be added to this module. 

...

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:

\IF

This is the main directory for network interfaces.

...