jlpoole@zerodev2:/usr/local/src/ble-reticulum $ # zerodev2 Command clump START
date
chronyc tracking
chronyc sources -v
echo .

PYTHONPATH=src:migration/protocol_core \
BLE_RETICULUM_FRAGMENTATION_BACKEND=cpp \
BLE_RETICULUM_FRAGMENTATION_BACKEND_REPORT=1 \
timeout 60 python3 examples/ble_dual_node_echo.py \
  --ble-role both \
  --message-file /home/jlpoole/US_Constitution.txt \
  --peer 926e6d3b35b7d5940be7edeb47c41b78 \
  --announce-only-when-disconnected
  
echo .
chronyc tracking
chronyc sources -v
# zerodev2 Command clump END


Sat May 16 08:29:26 PM PDT 2026
Reference ID    : C0A80167 (rpi5.salemdata.net)
Stratum         : 2
Ref time (UTC)  : Sun May 17 03:19:24 2026
System time     : 0.000000482 seconds fast of NTP time
Last offset     : -0.000014609 seconds
RMS offset      : 0.000193200 seconds
Frequency       : 1.225 ppm slow
Residual freq   : -0.000 ppm
Skew            : 0.117 ppm
Root delay      : 0.002808769 seconds
Root dispersion : 0.002032260 seconds
Update interval : 257.4 seconds
Leap status     : Normal

  .-- Source mode  '^' = server, '=' = peer, '#' = local clock.
 / .- Source state '*' = current best, '+' = combined, '-' = not combined,
| /             'x' = may be in error, '~' = too variable, '?' = unusable.
||                                                 .- xxxx [ yyyy ] +/- zzzz
||      Reachability register (octal) -.           |  xxxx = adjusted offset,
||      Log2(Polling interval) --.      |          |  yyyy = measured offset,
||                                \     |          |  zzzz = estimated error.
||                                 |    |           \
MS Name/IP address         Stratum Poll Reach LastRx Last sample               
===============================================================================
^* rpi5.salemdata.net            1   8   377   603    -36us[  -51us] +/- 3088us
.
[20:29:28.008] Starting node zerodev2
[20:29:28.009] Reticulum config: ~/.reticulum
[20:29:28.009] Runtime config: /tmp/ble_reticulum_poc_zerodev2_to2s7ns0
[20:29:30.731] Loaded identity: /home/jlpoole/.reticulum/ble_reticulum_poc_zerodev2.identity
[20:29:30.732] Destination hash: <e20458bdfdf39ea9c5481bf746543539>
[20:29:30.732] Use this hash as --peer on the other node.
[20:29:30.732] Message file mode: /home/jlpoole/US_Constitution.txt (44225 bytes)
[20:29:30.732] Periodic heartbeats are disabled in message file mode.
[20:29:30.736] Announced <e20458bdfdf39ea9c5481bf746543539> as zerodev2
[20:29:30.737] Requesting path to <926e6d3b35b7d5940be7edeb47c41b78>
Advertisement registered
[20:29:35.741] Requesting path to <926e6d3b35b7d5940be7edeb47c41b78>
[20:29:40.745] Requesting path to <926e6d3b35b7d5940be7edeb47c41b78>
[20:29:45.748] Requesting path to <926e6d3b35b7d5940be7edeb47c41b78>
[20:29:50.751] Requesting path to <926e6d3b35b7d5940be7edeb47c41b78>
[20:29:55.755] Requesting path to <926e6d3b35b7d5940be7edeb47c41b78>
[20:30:00.745] Announced <e20458bdfdf39ea9c5481bf746543539> as zerodev2
[20:30:00.758] Requesting path to <926e6d3b35b7d5940be7edeb47c41b78>
[20:30:05.761] Requesting path to <926e6d3b35b7d5940be7edeb47c41b78>
[20:30:10.765] Requesting path to <926e6d3b35b7d5940be7edeb47c41b78>
[20:30:15.771] Requesting path to <926e6d3b35b7d5940be7edeb47c41b78>
[20:30:20.789] Requesting path to <926e6d3b35b7d5940be7edeb47c41b78>
[20:30:25.795] Requesting path to <926e6d3b35b7d5940be7edeb47c41b78>
[20:30:30.761] Announced <e20458bdfdf39ea9c5481bf746543539> as zerodev2
[20:30:30.798] Requesting path to <926e6d3b35b7d5940be7edeb47c41b78>
.
Reference ID    : C0A80167 (rpi5.salemdata.net)
Stratum         : 2
Ref time (UTC)  : Sun May 17 03:19:24 2026
System time     : 0.000000481 seconds fast of NTP time
Last offset     : -0.000014609 seconds
RMS offset      : 0.000193200 seconds
Frequency       : 1.225 ppm slow
Residual freq   : -0.000 ppm
Skew            : 0.117 ppm
Root delay      : 0.002808769 seconds
Root dispersion : 0.002105298 seconds
Update interval : 257.4 seconds
Leap status     : Normal

  .-- Source mode  '^' = server, '=' = peer, '#' = local clock.
 / .- Source state '*' = current best, '+' = combined, '-' = not combined,
| /             'x' = may be in error, '~' = too variable, '?' = unusable.
||                                                 .- xxxx [ yyyy ] +/- zzzz
||      Reachability register (octal) -.           |  xxxx = adjusted offset,
||      Log2(Polling interval) --.      |          |  yyyy = measured offset,
||                                \     |          |  zzzz = estimated error.
||                                 |    |           \
MS Name/IP address         Stratum Poll Reach LastRx Last sample               
===============================================================================
^* rpi5.salemdata.net            1   8   377   668    -36us[  -51us] +/- 3088us
jlpoole@zerodev2:/usr/local/src/ble-reticulum $ 
