Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
m8rge committed Mar 25, 2012
1 parent 7094d4e commit f871ceb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Overview
cWebsocket is lightweight websocket server library written in C. This library include functions for easy creating websocket server. It implements [websocket protocol draft 76](http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76).

## Features
This library consist of one main cwebsocket.c file and md5 implementation files.
It very easy to embed in any your application at any platform.
Library design was made with microcontrollers architecture in mind.

## Microcontrollers
With this library you can get realtime properties from your microcontroller only with browser! Currently we have arduino support.

## Notes
### Not supported
* frames with raw data (implemented, but not tested)
* non-latin characters in text frames

### Browser support
Google Chrome 6 (up to 6.0.472.0) doesn't have disconnect sequence. It just drops connection on `javascript:WebSocket.close()` method.

0 comments on commit f871ceb

Please sign in to comment.