Skip to content

Commit baa5981

Browse files
committed
REPL instructions consolidated
1 parent f4c80cc commit baa5981

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

-13
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,6 @@ With the following command the server can be run directly from the source tree.
3737
python3 -m chip_ws_server
3838
```
3939

40-
To test device communication or to commission devices the provided Python CHIP
41-
REPL can be useful. Make sure to start the REPL with the same storage location
42-
to share the network information.
43-
44-
```
45-
chip-repl --storagepath=$HOME/.chip-storage/python-kv.json
46-
```
47-
48-
Note: At least under Linux some values are still stored in `/tmp/chip_*.ini` files.
49-
Currently there is no build option to adjust that. To use the same path manual
50-
adjustments in `src/platform/Linux/CHIPLinuxStorage.h` are required.
51-
52-
5340
The client does not need to be run in the Python CHIP Controller environment. It
5441
can be run from the source tree using:
5542

0 commit comments

Comments
 (0)