krohling / ArduinoWebsocketClient

Websocket client for Arduino
227 stars 72 forks source link

Hixie76 support example #7

Open hadleyrich opened 12 years ago

hadleyrich commented 12 years ago

This seems to work (with gevent-websocket server at least) updating support from Hixie75 to Hixie76.

Note that auth values are hard-coded, using the values from the draft.

Hybi support is a much more complicated change.

[1]http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76

krohling commented 12 years ago

Thanks Hadley, I'll review shortly!