modified for Doug Ansons ThermostatDemo: single change that turns off the debugging information by default.
Dependents: df-2013-thermostat-handson df-2013-minihack-thermostat-complete df-2013-minihack-thermostat df-2013-thermostat-remotes
Fork of WebSocketClient by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
9:8ee61b912743 | 2013-06-28 | ansond | turned off debugging - it appeared to break the API with it enabled. |
8:4daf215761cb | 2013-06-06 | ansond | initial commit |
7:4567996414a5 | 2013-02-08 | samux | reduce timeout |
6:86e89a0369b9 | 2012-08-29 | donatien | removed useof std::string |
5:bb09d7a6c92f | 2012-08-29 | donatien | Added warning if disconnected by remote server |
4:466f90b7849a | 2012-08-20 | samux | avoid calling send() multiple times for one ws message |
3:9589afa4712e | 2012-08-15 | samux | add DBG macro |
2:b390f29fb5fa | 2012-08-13 | samux | less timeout to read the first character received |
1:de85cd4ec77b | 2012-08-13 | samux | avoid hardfault if accept received > 200 bytes |
0:10b6eaafc2da | 2012-08-10 | samux | websocket client with new official mbed tcp/ip stack |