Download List

프로젝트 설명

Wslay は WebSocket の C ライブラリです. RFC 6455 準拠の version 13 プロトコルを実装します. Wslay は WebSocket のデータトランスファー部分のみの実装です. Wslay は それ自身では I/O を行わない設計です. I/O のためにユーザーコードが実装するコールバック関数を提供します. これによりユーザーは好みの I/O フレームワークや SSL, ソケットライブラリを使うことができます.

ドキュメントは, http://wslay.sourceforge.net を見てください. Autobahn テスト結果もあります.

System Requirements

System requirement is not defined

Released at 2012-01-16 21:48
wslay 0.1.1 (3 files Hide)

Release Notes

This release fixes the example programs and tutorial. It does not change library code at all, so the library version has not been changed.

Changelog

* Fixed example source code and tutorial.