Hi,
playing around with the simplelink web app, I was wondering if there is any event which indicates that every parameter of a post request is processed?
Thanks Markus
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
playing around with the simplelink web app, I was wondering if there is any event which indicates that every parameter of a post request is processed?
Thanks Markus
I think I understand what you are attempting to do. I do not think there is an event to say when all POST tokens have been processed, however as a work around I would recommend the following.
Add a 5th post token that can be considered the trigger token. So when SimpleLinkHttpServerCallback event receives this token, it knows to set the trigger to true. If you have not already tested, you will find that you cannot use the FS module (including fswrite) from within SimpleLinkHttpServerCallback event, you will need to use a trigger variable anyway, that will be used from within the main program loop, have a look at this post - e2e.ti.com/.../1285158
Glenn.