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:38:26 PDT 2026
Reference ID    : C0A80167 (rpi5.salemdata.net)
Stratum         : 2
Ref time (UTC)  : Sun May 17 10:31:17 2026
System time     : 0.000095564 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.002428314 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   277   428  -1972us[-1845us] +/- 6159us
.
[03:38:27.825] Starting node zerodev1
[03:38:27.825] Reticulum config: ~/.reticulum
[03:38:27.825] Runtime config: /tmp/ble_reticulum_poc_zerodev1_w86obw7s
[03:38:30.530] Loaded identity: /home/jlpoole/.reticulum/ble_reticulum_poc_zerodev1.identity
[03:38:30.531] Destination hash: <926e6d3b35b7d5940be7edeb47c41b78>
[03:38:30.531] Use this hash as --peer on the other node.
[03:38:30.531] Message file mode: /home/jlpoole/US_Constitution.txt (44225 bytes)
[03:38:30.531] Periodic heartbeats are disabled in message file mode.
[03:38:30.535] Announced <926e6d3b35b7d5940be7edeb47c41b78> as zerodev1
Failed to register advertisement: org.bluez.Error.Failed: Failed to register advertisement
[03:39:00.540] Announced <926e6d3b35b7d5940be7edeb47c41b78> as zerodev1
[03:39:30.545] 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.000090630 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.002499574 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   277   499  -1972us[-1845us] +/- 6159us
jlpoole@zerodev1:/usr/local/src/ble-reticulum $ 
