adafruit / Adafruit_WICED_Arduino

Adafruit WICED Feather Arduino BSP
https://www.adafruit.com/products/3056
27 stars 19 forks source link

Adding ChatServer example #52

Closed driverblock closed 8 years ago

driverblock commented 8 years ago

A simple chatserver example sketch

microbuilder commented 8 years ago

Thanks for the pull request ... we'll have to test this out, but good idea.

driverblock commented 8 years ago

A forums user wanted to know how to do it, so I threw it together. It's really simple-minded. It has an array for client objects, but it doesn't recycle them. It just runs out.

microbuilder commented 8 years ago

Yeah, I just want to make sure it's compatible with some updates in the development branch is all