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
W5100 (ethernet shield) and CC3000 (wifi) are supported
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)
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