mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-27 14:39:54 -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.
|
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
|
### Mobile Client Downloads
|
||||||
|
|
||||||
<ul
|
<ul
|
||||||
|
|
Loading…
Reference in a new issue