jeelabs / el-client

Arduino client for esp-link's REST, MQTT, and command interface
BSD 2-Clause "Simplified" License
85 stars 47 forks source link

Web server #21

Closed cskarai closed 7 years ago

cskarai commented 8 years ago

This is the client code for web server.

I also had to modify the default 128 byte buffer to allocate it dynamically. 128 byte is not enough for form submission if there are plenty of controls. User can set the required buffer size.

https://www.youtube.com/watch?v=vBESCO0UhYI

tve commented 8 years ago

Thank you! I want to get PR #20 is first so I get the docs in the right place. I don't think there will be too much conflict.

cskarai commented 8 years ago

Merged the pull request to the latest branch.

Also replaced socket cmd constant 30 to 40, not to interfere with web server.

This pull request doesn't contain the API docs of web server. Since the last change API docs were added, web server should also contain this to be consistent with other parts of the code.

I plan to add docs

cskarai commented 8 years ago

I'll rework the code based on your suggestion and add API docs.

Questions to answer (ELClient):

No other changes required for ELClient.

cskarai commented 8 years ago

Code modified.

cskarai commented 7 years ago

Ready for review.