...
- Toolchain for your specific microcontroller.
- Development board.
- µC/TCP-IP stack must be installed properly (a running project). See Installing the µC/TCP-IP Stack for further detail about how to install µC/TCP-IP.
- Source code for µC/FTPs.
...
If you are using one of the two Micriµm OS, complete documentation can be found for µC/OS-II and µC/OS-III. Refer to those guides for more information on the requirements, installation, configuration and running of those RTOS.
The µC/CPU module regroups the processor's hardware-dependent code. µC/CPU includes many ports for all the different CPU architectures Micriµm supports. You must therefore used the port corresponding to your specific CPU. The complete µC/CPU documentation can be found here.
The µC/LIB module is the Micriµm run-time library, implementing the most common standard library functions, macros, and constants. The complete µC/LIB 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 FTP application layer. The complete µC/TCP-IP documentation can be found here.
Downloading the source code
...