mirror of
https://github.com/espressif/openthread.git
synced 2026-08-18 00:19:52 +00:00
[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:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user