Network Component
Version 7.19.0
MDK Middleware for IPv4 and IPv6 Networking
|
▼Overview | Network Component v7 Function Overview |
Directories and Files | Folders and files related to the Network Component |
Implemented RFCs | List of RFCs that are covered by the Network Component |
▼Services | Services provide program templates for common networking tasks |
►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 |
▼Sockets | Sockets are required for communication purposes in a network |
►BSD Socket | BSD socket routines enable BSD compliant communication over TCP/IP |
►TCP Socket | TCP socket routines enable reliable IP communication using the transmission control protocol (TCP) |
►UDP Socket | UDP socket routines enable simple IP communication using the user datagram protocol (UDP) |
▼Interfaces | Interfaces are used for communication between two network nodes |
►Common Interface | Generic functions for all kinds of interfaces help to get or set interface options |
►Ethernet Interface | Ethernet routines enable communication over an Ethernet-based IP network |
►WiFi Interface | WiFi routines enable wireless communication over an IP network |
►PPP Interface | PPP routines enable IP communication over a direct connection between two networking nodes |
►SLIP Interface | SLIP routines enable IP communication over a serial line |
Loopback Interface | Using the Loopback Interface for Debugging |
▼IP Address | IP Address functions can be used for various purposes |
Conversion Functions | Convert network addresses from ASCII to binary and vice versa |
Data Format | Structures of the Network Component |
System Functions (User) | Core system functions to be called by user |
Status and Error Codes | Status and Error Codes returned by Network functions |
Modem Driver Functions | Modem driver functions |
▼Debug Events | Events generated by the Network |
NetSYS: System Core | Events generated by the Network - System Core functions |
NetMEM: Memory Management | Events generated by the Network - Memory Management functions |
NetETH: ETH Interface | Events generated by the Network - Ethernet Interface functions |
NetWiFi: WiFi Interface | Events generated by the Network - WiFi Interface functions |
NetPPP: PPP Interface | Events generated by the Network - PPP Interface functions |
NetSLIP: SLIP Interface | Events generated by the Network - SLIP Interface functions |
NetLOOP: Loopback Interface | Events generated by the Network - Loopback Interface functions |
NetIP4: IP4 Core | Events generated by the Network - IPv4 Core functions |
NetICMP: ICMP Control | Events generated by the Network - ICMP Control functions |
NetIGMP: IGMP Management | Events generated by the Network - IGMP Group Management functions |
NetNBNS: NBNS Client | Events generated by the Network - NetBIOS Name Service Client functions |
NetDHCP: DHCP Client | Events generated by the Network - Dynamic Host Configuration Client functions |
NetARP: ARP Address Resolution | Events generated by the Network - Ethernet Address Resolution functions |
NetIP6: IP6 Core | Events generated by the Network - IPv6 Core functions |
NetICMP6: ICMP6 Control | Events generated by the Network - ICMPv6 Control functions |
NetDHCP6: DHCP6 Client | Events generated by the Network - Dynamic Host Configuration Client for IPv6 functions |
NetNDP: NDP Neighbor Discovery | Events generated by the Network - Neighbor Discovery for IPv6 functions |
NetUDP: UDP Socket | Events generated by the Network - UDP Socket functions |
NetTCP: TCP Socket | Events generated by the Network - TCP Socket functions |
NetBSD: BSD Socket | Events generated by the Network - BSD Socket functions |
NetHTTPs: HTTP Server | Events generated by the Network - HTTP Server functions |
NetFTPs: FTP Server | Events generated by the Network - FTP Server functions |
NetFTPc: FTP Client | Events generated by the Network - FTP Client functions |
NetTeln: Telnet Server | Events generated by the Network - Telnet Server functions |
NetTFTPs: TFTP Server | Events generated by the Network - TFTP Server functions |
NetTFTPc: TFTP Client | Events generated by the Network - TFTP Client functions |
NetSMTP: SMTP Client | Events generated by the Network - SMTP Client functions |
NetDNS: DNS Client | Events generated by the Network - DNS Client functions |
NetSNMP: SNMP Agent | Events generated by the Network - SNMP Agent functions |
NetSNTP: SNTP Client | Events generated by the Network - SNTP Client functions |