header:
Content-Type: application/x-www-form-urlencoded
Connection: Keep-Alive
etc..
content:
id=1&time=1412115600&ph=11.87&ec=0.0&target_ph=20&target_ec=10&rtemp=-99.0
&target_rtemp=&target_ut=&water_full=1&water_loop=1
etc...
Can I use the httppost framework that is provided with protocoder to post "unstructured" data or must I look into rewriting the php side to handle the json formatted post?
Thanks so much,
Quentin
Content-Type: application/x-www-form-urlencoded
Just thought I'd clarify as I'm new to this side of things and realized that I had misspoken somewhat.
Really enjoying protocoder for how much instant gratification in prototyping I am getting.. Almost have a working proof of concept an arduino doing all the always on, low level control, the android tablet taking the serial data and parsing it, pushing it to server, providing a nice UI screen for calibration, set points, etc.. Pretty cool.
Thanks again,
Quentin