From: Michael Gernoth Date: Mon, 3 Jun 2013 20:00:01 +0000 (+0200) Subject: back to the beginning... X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/fhem-stuff/commitdiff_plain/7a60ac2cd230d65077a53a3f2c5d2e0f18f8f1c8 back to the beginning... --- diff --git a/COC/coc-as-cuno b/COC/coc-as-cuno index 986283b..46de8fd 100755 --- a/COC/coc-as-cuno +++ b/COC/coc-as-cuno @@ -9,5 +9,5 @@ PORT=2323 while true; do echo "Listening on port ${PORT} for new connection requests" - socat ${OPTIONS} "${DEVICE},echo=0" "TCP-LISTEN:${PORT},reuseaddr" + socat ${OPTIONS} "${DEVICE},raw,echo=0" "TCP-LISTEN:${PORT},reuseaddr" done diff --git a/CUL/culd b/CUL/culd index b1cae3d..dc5e063 100755 --- a/CUL/culd +++ b/CUL/culd @@ -7,5 +7,5 @@ PORT=2323 while true; do echo "Listening on port ${PORT} for new connection requests" - socat ${OPTIONS} "${DEVICE},echo=0" "TCP-LISTEN:${PORT},reuseaddr" + socat ${OPTIONS} "${DEVICE},raw,echo=0" "TCP-LISTEN:${PORT},reuseaddr" done