mirror of
https://github.com/torlando-tech/columba
synced 2026-08-12 18:07:15 -04:00
Add a settings toggle to enable/disable Reticulum transport node mode. When enabled (default), the device forwards traffic for the mesh network. When disabled, only handles its own traffic without relaying for peers. Changes: - Add transportNodeEnabled preference in SettingsRepository - Add enableTransport field to ReticulumConfig model - Add state and toggle method in SettingsViewModel - Pass setting through InterfaceConfigManager and ColumbaApplication - Update Python wrapper to use config value instead of hardcoded yes - Fix get_debug_info() to read actual RNS transport status - Add toggle UI in NetworkCard with Hub icon and description - Wire up toggle in SettingsScreen with service restart on change Tests: - Add 6 SettingsViewModel tests for transport node toggle - Add 11 Python tests for transport node config generation - Add 5 ReticulumConfig model tests for enableTransport field Closes #49 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ble_modules | ||
| drivers | ||
| patches | ||
| android_ble_interface.py | ||
| columba_logo.py | ||
| conftest.py | ||
| logging_utils.py | ||
| requirements.txt | ||
| reticulum_wrapper.py | ||
| rnode_interface.py | ||
| test_android_ble_driver.py | ||
| test_announce_handler.py | ||
| test_opportunistic_timeout.py | ||
| test_path_request.py | ||
| test_propagation_fallback.py | ||
| test_rnode_interface.py | ||
| test_wrapper_announce_polling.py | ||
| test_wrapper_ble.py | ||
| test_wrapper_config.py | ||
| test_wrapper_destination.py | ||
| test_wrapper_identity.py | ||
| test_wrapper_initialization.py | ||
| test_wrapper_messaging.py | ||
| test_wrapper_path.py | ||
| test_wrapper_peer_identity.py | ||
| test_wrapper_propagation.py | ||
| test_wrapper_utilities.py | ||