Tool/software: TI-RTOS
Hello,
I am developing an application using TM4C1294NCPDT and TI-RTOS, where the application requires to connect to the internet over ethernet as well as receive HTTP commands. This command will be used for configuring device features ( like enable the feature, disable the feature, GET settings, SET settings, etc).
As per my knowledge, the HTTP API parsing can be done in two ways,
1. Hosting a web server on a device itself and present a web-based user interface, so the user can configure device settings, OR
2. Host a web server remotely (like a cloud or some other Computer) and create an HTTP client on the controller device so HTTP APIs can be used and parsed to get configuration settings.
for the second option, a dedicated Server needs to maintain on remote system or cloud, which I don't want to use.
I was looking more into the first option, that is maintaining a lightweight web server on the device itself.
My application requires to store these configuration setting into non-volatile memory (onboard Flash), Thus there will be a memory crunch.
please guide me here for the suitable option or options available.
