cesanta / fossa

Async non-blocking multi-protocol networking library for C/C++
http://cesanta.com
Other
444 stars 166 forks source link

Port fossa to Arduino Mega #199

Closed cpq closed 9 years ago

cpq commented 9 years ago

Create a shim layer for Arduino that implements async socket IO. Create a sketch that periodically reports some data to the remote server using fossa. Organize that sketch as a tutorial on how to use fossa on arduino, add it to fossa/examples

alashkin commented 9 years ago

All required PR's were merged. Results:

  1. Fossa works on Arduino Mega
  2. W5100 (ethernet shield) and CC3000 (wifi) are supported
  3. There are two examples: ardunino_restsul_server and arduino_restful_client. Instructions were put into headers of .ino files (it could be copy'n'pasted into separated files, but other samples put its descriptions into headers)
cpq commented 9 years ago

Please put instructions into the README.md files in the respective dirs