From 0bf63cbdf8bb8c96be666487c5dd5ed1e2f4b5d3 Mon Sep 17 00:00:00 2001 From: Mathias Westerdahl Date: Sun, 1 Nov 2020 09:28:27 +0100 Subject: [PATCH] Added credit and link to wslay --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6d1b963..e5bab01 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,9 @@ For command line debugging, there's * tcpdump: `sudo tcpdump -X -s0 -ilo0 port 8080 ` (example for local ws:// connection) * tcpdump: `sudo tcpdump -X -s0 host echo.websocket.org` (Monitors packets to/from echo.websocket.org) + +## Credits + +This extension makes use of the C library WSlay by @tatsuhiro-t: + +* https://github.com/tatsuhiro-t/wslay