Downloadliste

Projektbeschreibung

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

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

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert

Veröffentlicht: 2012-01-16 21:48
wslay 0.1.1 (3 files Verstecken)

Versionsanmerkungen

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

Änderungsprotokoll

* Fixed example source code and tutorial.