]> git.zerfleddert.de Git - fhem-stuff/commitdiff
back to the beginning...
authorMichael Gernoth <michael@gernoth.net>
Mon, 3 Jun 2013 20:00:01 +0000 (22:00 +0200)
committerMichael Gernoth <michael@gernoth.net>
Mon, 3 Jun 2013 20:00:01 +0000 (22:00 +0200)
COC/coc-as-cuno
CUL/culd

index 986283bfb170af8c24993a647badb5fc2f08afd2..46de8fd8cff90e6df7d4b96947acd3099d21fcfa 100755 (executable)
@@ -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
index b1cae3d4a1ef11934ccaa9750e061fe3f9c1fc1c..dc5e0631a04677df46048f4bf19c089a0ada23c1 100755 (executable)
--- 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
Impressum, Datenschutz