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=cpp \
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:29:25 PDT 2026
Reference ID    : C0A80167 (rpi5.salemdata.net)
Stratum         : 2
Ref time (UTC)  : Sun May 17 03:16:28 2026
System time     : 0.000095883 seconds slow of NTP time
Last offset     : -0.000515888 seconds
RMS offset      : 0.000318128 seconds
Frequency       : 1.352 ppm slow
Residual freq   : -0.118 ppm
Skew            : 0.619 ppm
Root delay      : 0.003228704 seconds
Root dispersion : 0.004468931 seconds
Update interval : 1546.7 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   373   776  -1984us[-2500us] +/- 5229us
.
[20:29:26.299] Starting node zerodev1
[20:29:26.300] Reticulum config: ~/.reticulum
[20:29:26.300] Runtime config: /tmp/ble_reticulum_poc_zerodev1_zbvruq1p
[20:29:29.007] Loaded identity: /home/jlpoole/.reticulum/ble_reticulum_poc_zerodev1.identity
[20:29:29.007] Destination hash: <926e6d3b35b7d5940be7edeb47c41b78>
[20:29:29.007] Use this hash as --peer on the other node.
[20:29:29.007] Message file mode: /home/jlpoole/US_Constitution.txt (44225 bytes)
[20:29:29.007] Periodic heartbeats are disabled in message file mode.
[20:29:29.011] Announced <926e6d3b35b7d5940be7edeb47c41b78> as zerodev1
Failed to register advertisement: org.bluez.Error.Failed: Failed to register advertisement
[20:29:59.017] Announced <926e6d3b35b7d5940be7edeb47c41b78> as zerodev1
[20:30:29.022] Announced <926e6d3b35b7d5940be7edeb47c41b78> as zerodev1
.
Reference ID    : C0A80167 (rpi5.salemdata.net)
Stratum         : 2
Ref time (UTC)  : Sun May 17 03:16:28 2026
System time     : 0.000060479 seconds slow of NTP time
Last offset     : -0.000515888 seconds
RMS offset      : 0.000318128 seconds
Frequency       : 1.352 ppm slow
Residual freq   : -0.118 ppm
Skew            : 0.619 ppm
Root delay      : 0.003228704 seconds
Root dispersion : 0.004582585 seconds
Update interval : 1546.7 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   373   841  -1984us[-2500us] +/- 5229us
jlpoole@zerodev1:/usr/local/src/ble-reticulum $ 
