Home
last modified time | relevance | path

Searched full:socat (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/.github/workflows/
Dposix.yml66 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat
101 sudo apt-get install --no-install-recommends -y bind9-host ntp socat
103 sudo socat 'UDP6-LISTEN:53,fork,reuseaddr,bind=[::1]' UDP:127.0.0.53:53 &
104 socat 'TCP6-LISTEN:2000,fork,reuseaddr' TCP:127.0.0.53:53 &
201 …sudo apt-get --no-install-recommends install -y socat expect lcov libreadline-dev net-tools ninja-…
261 brew install ninja socat
282 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat
Dotbr.yml76 … apt-get --no-install-recommends install -y python3-setuptools python3-wheel ninja-build socat lcov
198 … apt-get --no-install-recommends install -y python3-setuptools python3-wheel ninja-build socat lcov
Dsimulation-1.1.yml269 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat
Dsimulation-1.4.yml320 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat
/openthread-latest/script/
Dcheck-posix-pty48 sudo killall socat || true
60 echo 'Still waiting for socat'
102 SOCAT_OUTPUT=/tmp/ot-socat
104 socat -d -d pty,raw,echo=0 pty,raw,echo=0 >/dev/null 2>$SOCAT_OUTPUT &
/openthread-latest/tools/harness-simulation/posix/otbr_sim/
Dotbr_docker.py76 … self._socat_proc = subprocess.Popen(['socat', '-d', '-d', 'pty,raw,echo=0', 'pty,raw,echo=0'],
85 … self.logger.info(f"socat running: device PTY: {self._rcp_device_pty}, device: {self._rcp_device}")
/openthread-latest/tests/scripts/expect/
Dposix-rcp-stack-reset.exp38 set socat_pid [exec socat -d -d pty,raw,echo=0 pty,raw,echo=0 >/dev/null 2>$socat_out &]
Dposix-rcp-restoration.exp38 set socat_pid [exec socat -d -d pty,raw,echo=0 pty,raw,echo=0 >/dev/null 2>$socat_out &]
/openthread-latest/tools/harness-simulation/posix/
Dinstall.sh41 "socat"
/openthread-latest/tests/scripts/thread-cert/
Drun_cert_suite.py98 bash('pkill socat 2>/dev/null || true')
Dnode.py82 … self._socat_proc = subprocess.Popen(['socat', '-d', '-d', 'pty,raw,echo=0', 'pty,raw,echo=0'],
91 logging.info(f"socat running: device PTY: {rcp_device_pty}, device: {rcp_device}")
207 self.bash(f'socat -u UDP6-LISTEN:{port},bindtodevice=wpan0 - &')