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
Sat May 16 20:36:50 PDT 2026
Reference ID    : C0A80167 (rpi5.salemdata.net)
Stratum         : 2
Ref time (UTC)  : Sun May 17 03:33:37 2026
System time     : 0.000008850 seconds fast of NTP time
Last offset     : +0.000008869 seconds
RMS offset      : 0.000301816 seconds
Frequency       : 1.407 ppm slow
Residual freq   : -0.003 ppm
Skew            : 0.277 ppm
Root delay      : 0.003704044 seconds
Root dispersion : 0.002416969 seconds
Update interval : 1028.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   367   193   -506us[ -497us] +/- 3882us
.
[20:36:51.437] Starting node zerodev1
[20:36:51.438] Reticulum config: ~/.reticulum
[20:36:51.438] Runtime config: /tmp/ble_reticulum_poc_zerodev1_j1if2mb1
[20:36:54.144] Loaded identity: /home/jlpoole/.reticulum/ble_reticulum_poc_zerodev1.identity
[20:36:54.145] Destination hash: <926e6d3b35b7d5940be7edeb47c41b78>
[20:36:54.145] Use this hash as --peer on the other node.
[20:36:54.145] Message file mode: /home/jlpoole/US_Constitution.txt (44225 bytes)
[20:36:54.145] Periodic heartbeats are disabled in message file mode.
[20:36:54.149] Announced <926e6d3b35b7d5940be7edeb47c41b78> as zerodev1
Failed to register advertisement: org.bluez.Error.Failed: Failed to register advertisement
[20:37:24.155] Announced <926e6d3b35b7d5940be7edeb47c41b78> as zerodev1
[20:37:54.159] Announced <926e6d3b35b7d5940be7edeb47c41b78> as zerodev1
.
Reference ID    : C0A80167 (rpi5.salemdata.net)
Stratum         : 2
Ref time (UTC)  : Sun May 17 03:33:37 2026
System time     : 0.000008825 seconds fast of NTP time
Last offset     : +0.000008869 seconds
RMS offset      : 0.000301816 seconds
Frequency       : 1.407 ppm slow
Residual freq   : -0.003 ppm
Skew            : 0.277 ppm
Root delay      : 0.003704044 seconds
Root dispersion : 0.002500679 seconds
Update interval : 1028.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   367   258   -506us[ -497us] +/- 3882us
jlpoole@zerodev1:/usr/local/src/ble-reticulum $ 
