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

PYTHONPATH=src:migration/protocol_core \
BLE_RETICULUM_FRAGMENTATION_BACKEND=python \
BLE_RETICULUM_FRAGMENTATION_BACKEND_REPORT=1 \
timeout 60 python3 examples/ble_dual_node_echo.py \
  --ble-role peripheral \
   --message-file /home/jlpoole/US_Constitution.txt  \
  --message-chunk-size 900 \
  --announce-only-when-disconnected \
  --verbosity "critical"
  
echo .
chronyc tracking
chronyc sources -v
# zerodev1 Command clump END
Sun May 17 03:55:44 PDT 2026
Reference ID    : C0A80167 (rpi5.salemdata.net)
Stratum         : 2
Ref time (UTC)  : Sun May 17 10:31:17 2026
System time     : 0.000017311 seconds fast of NTP time
Last offset     : +0.000127859 seconds
RMS offset      : 0.000450036 seconds
Frequency       : 1.054 ppm slow
Residual freq   : +0.018 ppm
Skew            : 0.071 ppm
Root delay      : 0.003878563 seconds
Root dispersion : 0.003558447 seconds
Update interval : 2069.0 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   9   375   24m  -1972us[-1845us] +/- 6159us
.
[03:55:45.701] Starting node zerodev1
[03:55:45.701] Reticulum config: ~/.reticulum
[03:55:45.701] Runtime config: /tmp/ble_reticulum_poc_zerodev1_y9m6ktvg
[03:55:48.404] Loaded identity: /home/jlpoole/.reticulum/ble_reticulum_poc_zerodev1.identity
[03:55:48.405] Destination hash: <926e6d3b35b7d5940be7edeb47c41b78>
[03:55:48.405] Use this hash as --peer on the other node.
[03:55:48.405] Message file mode: /home/jlpoole/US_Constitution.txt (44225 bytes)
[03:55:48.405] Periodic heartbeats are disabled in message file mode.
[03:55:48.409] Announced <926e6d3b35b7d5940be7edeb47c41b78> as zerodev1
Failed to register advertisement: org.bluez.Error.Failed: Failed to register advertisement
[03:56:18.414] Announced <926e6d3b35b7d5940be7edeb47c41b78> as zerodev1
[03:56:48.419] Announced <926e6d3b35b7d5940be7edeb47c41b78> as zerodev1
.
Reference ID    : C0A80167 (rpi5.salemdata.net)
Stratum         : 2
Ref time (UTC)  : Sun May 17 10:31:17 2026
System time     : 0.000012381 seconds fast of NTP time
Last offset     : +0.000127859 seconds
RMS offset      : 0.000450036 seconds
Frequency       : 1.054 ppm slow
Residual freq   : +0.018 ppm
Skew            : 0.071 ppm
Root delay      : 0.003878563 seconds
Root dispersion : 0.003629639 seconds
Update interval : 2069.0 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   9   375   25m  -1972us[-1845us] +/- 6159us
jlpoole@zerodev1:/usr/local/src/ble-reticulum $ 
