Re: [hybi] Great work!

Joel Martin <hybi@martintribe.org> Thu, 10 March 2011 06:22 UTC

Return-Path: <buskanaka@gmail.com>
X-Original-To: hybi@core3.amsl.com
Delivered-To: hybi@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 28C5F3A68DA for <hybi@core3.amsl.com>; Wed, 9 Mar 2011 22:22:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.976
X-Spam-Level:
X-Spam-Status: No, score=-2.976 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RvgKbU9WEm-4 for <hybi@core3.amsl.com>; Wed, 9 Mar 2011 22:22:20 -0800 (PST)
Received: from mail-ey0-f172.google.com (mail-ey0-f172.google.com [209.85.215.172]) by core3.amsl.com (Postfix) with ESMTP id 707423A682D for <hybi@ietf.org>; Wed, 9 Mar 2011 22:22:20 -0800 (PST)
Received: by eye13 with SMTP id 13so463249eye.31 for <hybi@ietf.org>; Wed, 09 Mar 2011 22:23:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type; bh=OtOXDykFxWbqdLK2iuHucXffkIesTLXrcd+o2Olh7k8=; b=nTaPsr8KVW3JMS0GfPZsWEM9SSpU37P70N7HiMJqUJDySsE7WrfJ1jiiQAy2ntNOD8 L7DXQKe+6qJ3j5NyHkjM3fyYrqRd8e4+WS43cef93Eg5UxMS6F7i/+kl551z4u2IjMY3 8hVvwA/8CSQGAW1DGFpFBGYKIbvXgya4Mx8Ss=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=YIgHe0nSUqWjcy7PrRqwc1TFGofdkKvdA2feKM6PRocnSFK5OpISwbxLJah+v90EON r5g04pVEu1ic0H++V/dnxU2f4JszLr0AyJH+/s/0QUnaK9Rm3kE0QcAM2V7BQWQgvmPL ZSZth/KkiAYgCbbjjNWX9yDW7BTckwiM7U5Eo=
Received: by 10.14.49.66 with SMTP id w42mr2475813eeb.17.1299738217062; Wed, 09 Mar 2011 22:23:37 -0800 (PST)
MIME-Version: 1.0
Sender: buskanaka@gmail.com
Received: by 10.14.119.136 with HTTP; Wed, 9 Mar 2011 22:23:17 -0800 (PST)
In-Reply-To: <AANLkTin6-UNgdnjUTFmU=QpFweCQ8NvZYoSdUz9vPPfp@mail.gmail.com>
References: <AANLkTin6-UNgdnjUTFmU=QpFweCQ8NvZYoSdUz9vPPfp@mail.gmail.com>
From: Joel Martin <hybi@martintribe.org>
Date: Thu, 10 Mar 2011 09:23:17 +0300
X-Google-Sender-Auth: kfzk1ShW1eORyx4Eb1HqPpizo14
Message-ID: <AANLkTin3Uxc1s184TVC9oVYnhrsJxj-nG+-5RDyF119D@mail.gmail.com>
To: Brian <theturtle32@gmail.com>
Content-Type: multipart/alternative; boundary="0023543a2adcbaa38b049e1ae2c8"
Cc: Hybi <hybi@ietf.org>
Subject: Re: [hybi] Great work!
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/hybi>
List-Post: <mailto:hybi@ietf.org>
List-Help: <mailto:hybi-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 10 Mar 2011 06:22:23 -0000

On Thu, Mar 10, 2011 at 12:38 AM, Brian <theturtle32@gmail.com> wrote:

> Last night I coded up a partial client
> implementation in Flash of the -06 draft... just enough to connect to
> Andy Green's excellent libwebsockets-test-server using the
> dumb-increment-protocol and receive the continually incrementing
> numbers that it spits out.
>
> I plan to finish out the client implementation, with masking and
> support for extensions very soon.  When it's in a more sane state I
> will publish it on GitHub, along with a pre-compiled Adobe Air test
> app that will work with all of Andy's libwebsockets-test-server
> subprotocols.
>

You might consider contributing to web-socket-js (
https://github.com/gimite/web-socket-js) which is a Flash implementation of
the older 03 protocol. It is basically a drop in emulator for browsers
without WebSockets (but that have Flash) and supports WSS (I added the SSL
support to it a while ago). There are quite a few projects that already
incorporate web-socket-js (Socket.IO, my own noVNC client, etc) so
contributing to that would probably have more bang for the buck for
everyone. If you or gimite don't implement 06/07 in web-socket-js then I
will probably end up doing it but it might be a while before I get the
chance to do so.

Regards,

Joel Martin (kanaka)