Using RAM File System
You can add a real dynamic image feature to the Embedded Web Server. In this case, the RL-FlashFS system is used, which must be configured for a target device SRAM.
You can, for example, use a routine which generates a png image file which represents the graph of the temperature over the last 12 hours and store it to the RAM File System. This file is then sent to the web browser on request. You can create a more professional appearance on the web page using this feature. The measurement results for the above example are displayed in a real graphic format.
To enable the RAM File System, you must copy the HTTP_uif.c user interface module to your project directory and add it to your project. This interface module is in the \Keil\ARM\RL\TCPnet\User folder. It is preconfigured for the RL-FlashFS system, so no modifications to this file are required.
Note
- The RL-FlashFS library code is not included in the project by default to reduce the application code size. You must include the file HTTP_uif.c only when real dynamic images are required.