Dipak Prasad wrote:
I am about to start playing with the Olimex EW2 board (waiting for it to get delivered) and the mspgcc tcpip port. Is there an example available to POST data to the MSP430 web server so that I can control the MSP430 via its own web server.

you can also do web forms with GET. with GET are the fields encoded in the URL. you cant upload files that way, but i doubt that it would be useful with an msp430 on the other side anyway ;-) an other difference is that with GET requests, the data gets into the browsers history while POST data isnt stored.

I believe that the tcpip port available defaults to a GET operation. How involved would it be for me to implement a POST operation, any pointers will be appreciated since I have not done any tcp/ip programming.

it hasnt any to do with TCP/IP programming, but with what you do with the received data.

chris

Reply via email to