Network Component  Version 6.6
MDK-Professional Middleware for IP Networking
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Network Examples

Many networking applications can be built with the Network Middleware Component. The following examples demonstrate the usage of the most popular services in the component.

  • The HTTP Server example shows the basic functionality of an embedded web server. It also contains information on the usage of the Common Gateway Interface (CGI) interface for web page interaction with the underlying hardware.
  • The HTTP Upload example demonstrates how to access the SD card on a development board via a web interface.
  • In the FTP Server example you will learn to use a FTP server for file manipulation.
  • The Telnet Server example gives an example how to use Telnet to implement a Command Line Interface for communication with your device.
  • Sending dynamic e-mail messages to a predefined email address is explained in the SMTP Client example.
  • The SNMP Agent example shows you how to use the Simple Network Management Protocol to control an embedded system.
  • The BSD Client/Server example shows you how to use BSD sockets for network communication.

To use these examples, use the Pack Installer, select the related Board and Copy the example to your working directory.

Note
Depending on your target device or development board, you may not see all of these examples in Pack Installer.