/zimt

Collection of various Cocoa(Touch) utility classes

Primary LanguageObjective-Czlib LicenseZlib

Under development

Zimt is a pair of utility classes including an objective-c websocket implementation. I'm in the process of wrapping it in a set of tests and testing ZTWebSocket against the draft-hixie-thewebsocketprotocol-76 and draft-abarth-websocket-handshake-01 drafts for the websocket protocol.

Testing

  1. Clone this repository

  2. Checkout the Expectacular submodule (from https://github.com/eahanson/Expectacular)

    git submodule init; git submodule update

  3. Run the Unit Tests build targets. GTM unit test output will appear in the build results as part of the build process.