From 559f9c8d56a2e0aabd1cafd1a5f570c537b34528 Mon Sep 17 00:00:00 2001 From: Yakun Xu Date: Fri, 16 Apr 2021 00:07:56 +0800 Subject: [PATCH] [docs] remove old posix README (#6452) This commit removes the README.md in src/posix/platform. Read the one in src/posix/README.md for POSIX apps. --- src/posix/platform/README.md | 58 ------------------------------------ 1 file changed, 58 deletions(-) delete mode 100644 src/posix/platform/README.md diff --git a/src/posix/platform/README.md b/src/posix/platform/README.md deleted file mode 100644 index dc9486729..000000000 --- a/src/posix/platform/README.md +++ /dev/null @@ -1,58 +0,0 @@ -# OpenThread on POSIX - -This directory contains platform drivers for POSIX with an external radio tranceiver. - -## Build - -```bash -$ cd -$ ./bootstrap -$ make -f src/posix/Makefile-posix -``` - -After a successful build, the `elf` files are found in `/output/posix//bin`. - -## - -## Interact - -1. Spawn the process: - -`stty` is required. - -```bash -$ cd /output//bin -$ ./ot-cli /dev/ttyUSB0 115200 -``` - -2. Type `help` for list of commands. - -```bash -> help -help -channel -childtimeout -contextreusedelay -extaddr -extpanid -ipaddr -keysequence -leaderweight -masterkey -mode -netdata register -networkidtimeout -networkname -panid -ping -prefix -releaserouterid -rloc16 -route -routerupgradethreshold -scan -start -state -stop -allowlist -```