Searched full:socat (Results 1 – 11 of 11) sorted by relevance
| /openthread-latest/.github/workflows/ |
| D | posix.yml | 66 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
|
| D | otbr.yml | 76 … 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
|
| D | simulation-1.1.yml | 269 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat
|
| D | simulation-1.4.yml | 320 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat
|
| /openthread-latest/script/ |
| D | check-posix-pty | 48 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/ |
| D | otbr_docker.py | 76 … 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/ |
| D | posix-rcp-stack-reset.exp | 38 set socat_pid [exec socat -d -d pty,raw,echo=0 pty,raw,echo=0 >/dev/null 2>$socat_out &]
|
| D | posix-rcp-restoration.exp | 38 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/ |
| D | install.sh | 41 "socat"
|
| /openthread-latest/tests/scripts/thread-cert/ |
| D | run_cert_suite.py | 98 bash('pkill socat 2>/dev/null || true')
|
| D | node.py | 82 … 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 - &')
|