This commit is contained in:
Florent 2025-05-21 11:44:52 +02:00
parent 0f4aa7385d
commit 1d9afa55e6
2 changed files with 4 additions and 2 deletions

View file

@ -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" },
] ]

View file

@ -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