ble-reticulum/examples
torlando-tech 2fbb9c3ad2 refactor: rename package from RNS.Interfaces to ble_reticulum
Fixes namespace collision with Reticulum's own RNS.Interfaces package.
When both packages were installed, the collision caused import issues
and prevented BLE discovery between devices.

Changes:
- Rename src/RNS/Interfaces/ to src/ble_reticulum/
- Update pyproject.toml package configuration
- Update all imports in source and test files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 23:30:07 -05:00
..
ble_minimal_test.py refactor: rename package from RNS.Interfaces to ble_reticulum 2025-12-29 23:30:07 -05:00
bluetooth-power-on.service feat: add Bluetooth adapter power state handling and auto-power-on 2025-10-29 00:10:57 -04:00
config_example.toml feat: add Bluetooth adapter power state handling and auto-power-on 2025-10-29 00:10:57 -04:00
two_device_simulator.py add missing integration test script 2025-10-27 00:33:57 -04:00