Versions Compared

Key

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

Table of Contents
printablefalse

Prerequisites 

Before running your first application, you must ensure that you have the minimal set of required tools and components:

  • Toolchain for your specific microcontroller.
  • Development board.
  • µC/TCP-IP stack must be installed properly (a running project). See Installing for further detail about how to install µC/TCP-IP.
  • Source code for µC/HTTPs.

Additional Modules

µC/HTTPs depends on other modules to run. First, it needs the presence of a RTOS. Furthermore, µC/CPU, µC/LIB 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.

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. 

...

You can log into the Micrium customer portal at the address below to begin your download (you must have a valid license to gain access to the file):

http://micrium.com/login

Installing the Files

Once all the distribution packages have been downloaded to your host machine, extract all the files at the root of your C:\ drive for instance. The package may be extracted to any location. After extracting all the files, the directory structure should look as illustrated in Installing µC/ HTTPs. In the example, all Micriµm products sub-folders shown in Installing µC/ HTTPs will be located in C:\Micrium\Software\. The Micriµm µC/OS-III RTOS has been chosen for this example.

Image Added