websockets: Initial and not totally working websocket code.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 15 Jan 2017 00:24:34 +0000 (18:24 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 21 Jan 2017 06:55:25 +0000 (00:55 -0600)
commit955c04b12d16f4e8850766afc0bd5921f2ba1cf7
treeee1169c3dd80d4fccfa652dd79d9f9b2aa449ad2
parentd23b593a5810b38d2517a44c09d49b2835c59e16
websockets: Initial and not totally working websocket code.

* 8sync/contrib/base64.scm:
* 8sync/contrib/sha-1.scm:
* 8sync/ports.scm:
* 8sync/systems/websocket.scm:
* 8sync/systems/websocket/client.scm:
* 8sync/systems/websocket/frame.scm:
* 8sync/systems/websocket/server.scm:
* 8sync/systems/websocket/utils.scm: New files.

* Makefile.am (SOURCES): Add them.
8sync/contrib/base64.scm [new file with mode: 0644]
8sync/contrib/sha-1.scm [new file with mode: 0644]
8sync/ports.scm [new file with mode: 0644]
8sync/systems/websocket.scm [new file with mode: 0644]
8sync/systems/websocket/client.scm [new file with mode: 0644]
8sync/systems/websocket/frame.scm [new file with mode: 0644]
8sync/systems/websocket/server.scm [new file with mode: 0644]
8sync/systems/websocket/utils.scm [new file with mode: 0644]
Makefile.am