Tool/software: Code Composer Studio
hi, i m working with HTTP server application in STATION MODE.
i have copies required part of code from WLAN_STATION application to work my HTTP server application in sta mode only and also added some html files from OOB application for reading the temperature sensor.
i m successful in getting the device in sta mode and accessing the temperature reading and controlling the led, but i also want to read other parameters like IP address, password and security, and other parameters
whose tokens are already present in the about.html and param_config.html files.and these parameters are not seen on browser when run the application.
i have read lots of article, about that predefined tokens are handled by NWP and they are not handle by SimpleLinkHttpServerCallback() function, so we should not pass them.
so as in the about.html file run in browser why i m not getting to see ip address and other parameters.
Please Help.