From 29f674859deafba69f057e1e27acc72d49f97a50 Mon Sep 17 00:00:00 2001 From: Florent Date: Tue, 11 Nov 2025 15:05:47 +0100 Subject: [PATCH] example of echoes --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6a832f2..80ebe68 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,14 @@ The app give you the information by listening `rx_log` from the device, when obt In meshcore-cli I went lower-level by implementing channel echoes. When activated (with `/set channel_echoes on`), all the channel messages will be printed on the terminal along with the SNR and path taken. When sending a message, you'll have all the repeats from 0-hop repeaters as echoes, and when a message is received, you should see information about the received message, but also all the instances of the same message that might have reached you from another path. +In the example below, a msg has been sent between two repeaters, 21 and 25. 25 repeated the message and 21 the repeat and both echoes came back to the node with different SNRs. + +``` +f1down/#fdl|*> 8 +#fdl f1down: 8 [25] -4.75-112 +#fdl f1down: 8 [2521] 1.00-109 +``` + ### Issuing batch commands to contacts with apply to `apply_to ` : applies cmd to contacts matching filter `` it can be used to apply the same command to a pool of repeaters, or remove some contacts matching a condition.