This file had been a working scratch file, but is now being saved on 5/16/26 at 3:337 AM. See Journal. # zerodev1 timeout 240 python3 examples/ble_dual_node_echo.py \ --ble-role peripheral \ --message-file ~/Constitution.txt \ --message-chunk-size 900 \ --announce-only-when-disconnected # zerodev2 timeout 240 python3 examples/ble_dual_node_echo.py \ --ble-role both \ --peer 926e6d3b35b7d5940be7edeb47c41b78 \ --announce-only-when-disconnected # --message-file /home/jlpoole/US_Constitution.txt --message-file If.txt \ # 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 # zerodev2 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 both \ --message-file /home/jlpoole/US_Constitution.txt \ --peer 926e6d3b35b7d5940be7edeb47c41b78 \ --announce-only-when-disconnected echo . chronyc tracking chronyc sources -v # zerodev2 Command clump END # zerodev2 CPP 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