Versions Compared

Key

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

...

  • IPv6 Extension Headers is NOT currently supported.

 

The IPv6 layer also implements:

...

The user application interfaces to µC/TCP-IP via a well known API called BSD sockets (or µC/TCP-IP’s internal socket interface). The application can send and receive data to/from other hosts on the network via this interface. Many books and tutorials exist about BSD sockets programming,  mostly the concepts explained in these reference can be applied to µC/TCP-IP socket programming. 

Network

...

Application Protocols

Micrium Add-ons

Micrium offers application layer protocols as add-ons to μC/TCP-IP. A list of these network services and applications includes:

μC/DCHPcDHCP client
μC/DNScDNS client
μC/HTTPsHTTP server (web server)
μC/FTPcFTP client
μC/FTPsFTP server
μC/SMTPcSMTP client
μC/SNTPcNetwork Time Protocol client
μC/TELNETsTelnet server
μC/POP3cPOP3 client
μC/TFTPcFTP client
μC/TFTPcTFTP client
μC/IPerfNetwork testing tool

BSD

...

-Based Application

Any well known application layer protocols following the BSD socket API standard can be used with μC/TCP-IP.

RFC

...

Validation

µC/TCPIP is regularly validated via a popular automated network validation library provided by Ixia and called IxANVL. It guaranteed that RFCs are always respected and correctly implemented.