File tree 1 file changed +0
-13
lines changed
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -37,19 +37,6 @@ With the following command the server can be run directly from the source tree.
37
37
python3 -m chip_ws_server
38
38
```
39
39
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
-
53
40
The client does not need to be run in the Python CHIP Controller environment. It
54
41
can be run from the source tree using:
55
42
You can’t perform that action at this time.
0 commit comments