.gitignore
CLAUDE.md
LICENSE.txt
README.md
pyproject.toml
requirements.txt
.claude/docs/configuration.md
.claude/docs/cross-node-communication.md
.claude/docs/encapsulator-interface.md
.claude/docs/mobility-and-telemetry.md
.claude/docs/plugins-and-extensions.md
.claude/docs/protocol-interface.md
.claude/docs/runtime-model.md
docs/http-auto-scout-contact-triggered-dtn.md
docs/http-auto-scout-epidemic-anti-entropy.md
docs/http-auto-scout-soft-state-announce.md
examples/alternating_square/protocol.py
examples/back_and_forth/fleet.toml
examples/back_and_forth/mission.sh
examples/back_and_forth/protocol.py
examples/back_and_forth/runner.py
examples/simple_collection/mission.sh
examples/simple_collection/protocol.py
examples/simple_collection/runner.py
examples/simple_follow/follower_runner.py
examples/simple_follow/leader_runner.py
examples/simple_follow/main.py
examples/simple_follow/mission.sh
examples/simple_follow/protocol.py
gradys_embedded/__init__.py
gradys_embedded.egg-info/PKG-INFO
gradys_embedded.egg-info/SOURCES.txt
gradys_embedded.egg-info/dependency_links.txt
gradys_embedded.egg-info/entry_points.txt
gradys_embedded.egg-info/requires.txt
gradys_embedded.egg-info/top_level.txt
gradys_embedded/communication/__init__.py
gradys_embedded/communication/base.py
gradys_embedded/communication/certs.py
gradys_embedded/communication/http.py
gradys_embedded/communication/zenoh.py
gradys_embedded/encapsulator/embedded.py
gradys_embedded/encapsulator/interface.py
gradys_embedded/protocol/__init__.py
gradys_embedded/protocol/interface.py
gradys_embedded/protocol/position.py
gradys_embedded/protocol/messages/__init__.py
gradys_embedded/protocol/messages/communication.py
gradys_embedded/protocol/messages/mobility.py
gradys_embedded/protocol/messages/telemetry.py
gradys_embedded/protocol/plugin/__init__.py
gradys_embedded/protocol/plugin/dispatcher.py
gradys_embedded/protocol/plugin/follow_mobility.py
gradys_embedded/protocol/plugin/mission_mobility.py
gradys_embedded/protocol/plugin/random_mobility.py
gradys_embedded/protocol/plugin/statistics.py
gradys_embedded/protocol/plugin/raft/__init__.py
gradys_embedded/protocol/plugin/raft/raft_config.py
gradys_embedded/protocol/plugin/raft/raft_consensus.py
gradys_embedded/protocol/plugin/raft/raft_message.py
gradys_embedded/protocol/plugin/raft/raft_node.py
gradys_embedded/protocol/plugin/raft/raft_state.py
gradys_embedded/protocol/plugin/raft/failure_detection/__init__.py
gradys_embedded/protocol/plugin/raft/failure_detection/failure_config.py
gradys_embedded/protocol/plugin/raft/failure_detection/failure_state.py
gradys_embedded/protocol/plugin/raft/failure_detection/heartbeat_detector.py
gradys_embedded/runner/__init__.py
gradys_embedded/runner/cli.py
gradys_embedded/runner/config_file.py
gradys_embedded/runner/configuration.py
gradys_embedded/runner/control_panel.py
gradys_embedded/runner/mission.py
gradys_embedded/runner/runner.py
packaging/embedded.toml.example
packaging/systemd/gradys-embedded.service
tests/conftest.py
tests/test_encapsulator_teardown.py
tests/test_mission_lifecycle.py
tests/test_mission_scoped_config.py
tests/test_run_data.py
tests/test_transport_switching.py