Versions Compared

Key

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

...

The µC/Common module is the Micriµm utility libraries. The complete µC/Common documentation can be found here.

The µC/TCP-IP stack is a compact, reliable, high-performance TCP/IP protocol stack which provide the socket to the application layer. The complete µC/TCP-IP  documentation can be found here.

Optionally, it is possible to use DNS services to connect to a SNTP Server. In that scenario, the µC/DNSc module must be included and properly initialized. The µC/DNSc module is a distributed directory service for internet resources. It enables internet resources (such as servers) to be referenced by names (e.g. ‘www.micrium.com’) instead of their IP addresses, that are meaningless, hard to remember, and sometimes changing over time.The complete µC/DNSc documentation can be found here.

Downloading the source code

...