[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.
This commit is contained in:
Yakun Xu
2021-04-15 09:07:56 -07:00
committed by GitHub
parent a9d43fac5d
commit 559f9c8d56
-58
View File
@@ -1,58 +0,0 @@
# OpenThread on POSIX
This directory contains platform drivers for POSIX with an external radio tranceiver.
## Build
```bash
$ cd <path-to-openthread>
$ ./bootstrap
$ make -f src/posix/Makefile-posix
```
After a successful build, the `elf` files are found in `<path-to-openthread>/output/posix/<platform>/bin`.
##
## Interact
1. Spawn the process:
`stty` is required.
```bash
$ cd <path-to-openthread>/output/<platform>/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
```