diff --git a/README.md b/README.md index 735adc3..9630ed6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ Arguments mostly deals with ble connection -d <name> : filter meshcore devices with name or address -t <hostname> : connects via tcp/ip -p <port> : specifies tcp port (default 5000) - -s : forces ble scan for a MeshCore device + -s <port> : use serial port <port> + -b <baudrate> : specify baudrate ### Available Commands @@ -27,18 +28,24 @@ Commands are given after arguments, they can be chained.
     infos               : print informations about the node
+    reboot
     send <key> <msg>    : sends msg to the node with pubkey starting by key
     sendto <name> <msg> : sends msg to the node with given name
+    msg <name> <msg>    : same as sendto
     wait_ack            : wait an ack for last sent msg
     recv                : reads next msg
     sync_msgs           : gets all unread msgs from the node
     wait_msg            : wait for a message
     advert              : sends advert
     contacts            : gets contact list
+    share_contact
+    remove_contact
+    reset_path
     sync_time           : sync time with system
     set_time <epoch>    : sets time to given epoch
     get_time            : gets current time
     set_name <name>     : sets node name
+    get_bat             : gets battery level
     login <name> <pwd>  : log into a node (repeater) with given pwd
     cmd <name> <cmd>    : sends a command to a repeater
     req_status <name>   : requests status from a node