mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
ver
This commit is contained in:
parent
355491143f
commit
910603c978
3 changed files with 11 additions and 1 deletions
|
|
@ -22,6 +22,14 @@ $ meshcli <args> <commands>
|
||||||
|
|
||||||
If using BLE, don't forget to pair your device first (using `bluetoothctl` for instance on Linux) or meshcli won't be able to communicate.
|
If using BLE, don't forget to pair your device first (using `bluetoothctl` for instance on Linux) or meshcli won't be able to communicate.
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Configuration files are stored in ```$HOME/.config/meshcore```
|
||||||
|
|
||||||
|
If the directory exists, default ble address and history will be stored them.
|
||||||
|
|
||||||
|
If there is an initialization script file called ```init```, it will be executed just before the commands provided on command line are executed (and after evaluation of the arguments).
|
||||||
|
|
||||||
### Arguments
|
### Arguments
|
||||||
|
|
||||||
Arguments mostly deals with ble connection
|
Arguments mostly deals with ble connection
|
||||||
|
|
@ -45,6 +53,7 @@ Commands are given after arguments, they can be chained and some have shortcuts.
|
||||||
General commands
|
General commands
|
||||||
chat : enter the chat (interactive) mode
|
chat : enter the chat (interactive) mode
|
||||||
chat_to <ct> : enter chat with contact to
|
chat_to <ct> : enter chat with contact to
|
||||||
|
script <file> : executes script stored in file
|
||||||
infos : print informations about the node i
|
infos : print informations about the node i
|
||||||
card : export this node URI e
|
card : export this node URI e
|
||||||
ver : firmware version v
|
ver : firmware version v
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "meshcore-cli"
|
name = "meshcore-cli"
|
||||||
version = "0.6.8"
|
version = "0.6.9"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Florent de Lamotte", email="florent@frizoncorrea.fr" },
|
{ name="Florent de Lamotte", email="florent@frizoncorrea.fr" },
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -1087,6 +1087,7 @@ def command_help():
|
||||||
print(""" General commands
|
print(""" General commands
|
||||||
chat : enter the chat (interactive) mode
|
chat : enter the chat (interactive) mode
|
||||||
chat_to <ct> : enter chat with contact to
|
chat_to <ct> : enter chat with contact to
|
||||||
|
script <filename> : execute commands in filename
|
||||||
infos : print informations about the node i
|
infos : print informations about the node i
|
||||||
card : export this node URI e
|
card : export this node URI e
|
||||||
ver : firmware version v
|
ver : firmware version v
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue