Versions Compared

Key

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

...

µC/HTTPs depends on other modules to run. First, it needs the presence of a RTOS. Furthermore, µC/CPU, µC/LIB , µC/Common and µC/TCP-IP modules are required.

...

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

The µC/Common repository comprises multiple modules required by the µC/TCP-IP stack. Among others,  the KAL module is included. KAL stands for Kernel-Abstraction Layer. It is used by µC/TCP-IP stack and other Micriµm products to interacts with the RTOS by specifying a set of generic API functions. KAL comes with the µC/OS-II and µC/OS-III ports. The complete KAL documentation can be found here.

 

Downloading the source code

µC/HTTPs can be downloaded from the Micrium customer portal as all the other required modules. The distribution package includes the full source code and documentation. 

Depending on if you bough bought a package or individual components, you may found either you would find uC/HTTPs source code within with the µC/TCP-IP package or you might would have to download the µC/HTTPs individual component from the customer portal.

...