Network Component  Version 7.19.0
MDK Middleware for IPv4 and IPv6 Networking
Services

Services provide program templates for common networking tasks. More...

Content

 HTTP Server
 HTTP Web Server routines are used to run and configure services of the embedded web server.
 
 FTP Server
 FTP Server is used for file transfer supporting sub-directories, log-in and a set of manipulation commands.
 
 FTP Client
 FTP Client is used to connect to an FTP Server for file transfer.
 
 TFTP Server
 TFTP Server is used for simple file transfer (typically for boot-loading remote devices).
 
 TFTP Client
 TFTP Client is used to connect to a TFTP Server for simple file transfer.
 
 Telnet Server
 Telnet Server allows command line access to an embedded module over an IP network.
 
 SNMP Agent
 An SNMP Agent enables network management features.
 
 DNS Client
 A DNS Client helps to resolve DNS requests using an external DNS server.
 
 SNTP Client
 An SNTP Client delivers precise timing information over an IP network.
 
 SMTP Client
 An SMTP Client allows sending of e-mail notifications using a SMTP server.
 
 Ping Client
 A Ping Client checks the reachability of a host on IP network.
 

Description

Services provide program templates for common networking tasks.

The Network Component has several integrated high level services for common networking tasks.

Note
Some services require adding user interface modules to your project and customizing them to your needs. You can also write your own service applications and use only the built-in socket interface. The Network Component has various Sockets integrated.