/ArduinoCC300-Websocket

Websocket client application for arduino-CC3000 Wi-Fi from Adafruit

Primary LanguageC++GNU General Public License v2.0GPL-2.0

ArduinoCC300-Websocket

Websocket client application for arduino-CC3000 Wi-Fi from Adafruit Make changes to the https://github.com/brandenhall/Arduino-Websocket repository which is for WiFly to make it run for CC3000 wifi modile.

Have modified the WebSocketClient.cpp file to work with CC3000. Commented "Sec-WebSocket-Protocol:" line from Headers. and added one more CRLF after the last header. Tested with echo.websocket.org.

WebSocketServer is not updated, will updated it soon.

Thanks to Brandenhall for his contribution.