mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
v 0.8.1
This commit is contained in:
parent
0f4aa7385d
commit
1d9afa55e6
2 changed files with 4 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "meshcore-cli"
|
name = "meshcore-cli"
|
||||||
version = "0.8.0"
|
version = "0.8.1"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Florent de Lamotte", email="florent@frizoncorrea.fr" },
|
{ name="Florent de Lamotte", email="florent@frizoncorrea.fr" },
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ from meshcore import TCPConnection, BLEConnection, SerialConnection
|
||||||
from meshcore import MeshCore, EventType, logger
|
from meshcore import MeshCore, EventType, logger
|
||||||
|
|
||||||
# Version
|
# Version
|
||||||
VERSION = "v0.8.0"
|
VERSION = "v0.8.1"
|
||||||
|
|
||||||
# default ble address is stored in a config file
|
# default ble address is stored in a config file
|
||||||
MCCLI_CONFIG_DIR = str(Path.home()) + "/.config/meshcore/"
|
MCCLI_CONFIG_DIR = str(Path.home()) + "/.config/meshcore/"
|
||||||
|
|
@ -1542,9 +1542,11 @@ def command_help():
|
||||||
contacts / list : gets contact list lc
|
contacts / list : gets contact list lc
|
||||||
share_contact <ct> : share a contact with others sc
|
share_contact <ct> : share a contact with others sc
|
||||||
export_contact <ct> : get a contact's URI ec
|
export_contact <ct> : get a contact's URI ec
|
||||||
|
import_contact <URI> : import a contactt from its URI ic
|
||||||
remove_contact <ct> : removes a contact from this node
|
remove_contact <ct> : removes a contact from this node
|
||||||
reset_path <ct> : resets path to a contact to flood rp
|
reset_path <ct> : resets path to a contact to flood rp
|
||||||
change_path <ct> <pth> : change the path to a contact cp
|
change_path <ct> <pth> : change the path to a contact cp
|
||||||
|
req_telemetry <ct> : prints telemetry data as json rt
|
||||||
Repeaters
|
Repeaters
|
||||||
login <name> <pwd> : log into a node (rep) with given pwd l
|
login <name> <pwd> : log into a node (rep) with given pwd l
|
||||||
logout <name> : log out of a repeater
|
logout <name> : log out of a repeater
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue