[erlang-questions] I've started to implement a 6455 compliant erlang websocket client (help/users appreciated)

Jeremy Ong jeremy@REDACTED
Mon Feb 11 09:05:58 CET 2013


Thanks Max I'll take a look. Unfortunately, I need ssl so I'll just keep
hacking away at the one I just released for now.

Additional points (that you may not care about for your purposes, but
matter to me):

It looks like you aren't doing any challenge verification. There doesn't
seem to be any length validation on non-text/binary frames. Also, you
aren't doing client to server masking.


On Sun, Feb 10, 2013 at 11:41 PM, Max Lapshin <max.lapshin@REDACTED> wrote:

> Hi.
>
> This works for me excelently:
>
>
> https://github.com/erlyvideo/flussonic/blob/master/apps/flussonic/src/websocket_client.erl
>
> Perhaps it will help you
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130211/dcc71a3b/attachment.htm>


More information about the erlang-questions mailing list