mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -08:00
Explain how to run CLI to test a node
This commit is contained in:
parent
2cb405943a
commit
5ec19ee6c6
|
@ -30,6 +30,15 @@ pip install --upgrade meshtastic
|
|||
Some installations of python may require you to substitute 'pip3' for the 'pip' command.
|
||||
:::
|
||||
|
||||
After installing, run
|
||||
|
||||
``` bash title="Query nodes"
|
||||
meshtastic --nodes
|
||||
meshtastic --info
|
||||
```
|
||||
|
||||
to see if the device is working.
|
||||
|
||||
### Mobile Client Downloads
|
||||
|
||||
<ul
|
||||
|
|
Loading…
Reference in a new issue