Other Parts Discussed in Thread: CC3100
Hi,
I set it as AP and want my device to receive a message (some data, say 50-100 bytes) from a cellphone, and to send data within the response.
There are many technologies to implement it, but I'm interested in the HTTP server.
I'm not a big HTTP expert, so correct me if I'm wrong.
The easiest solution is to send the data within a GET request, E.G. 192.168.1.1/Index.html;param2=value2 (query string ???), I parse it and send the response data within the HTTP response.
Regarding POST - can the server send back a response?
So, what's easiest with CC3100/simplelink?
Thanks