aprs.me/lib/aprsme/cluster
Graham McIntire 9212088beb
Fix leader election conflict resolution for distributed nodes
The previous conflict resolution tried to call Process.info/2 on remote
PIDs, which doesn't work. Changed to use node name comparison for
deterministic leader selection across the cluster.

This ensures only one leader is elected when nodes join the cluster.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-25 12:45:28 -05:00
..
connection_manager.ex Add distributed Erlang clustering for single APRS-IS connection 2025-07-25 10:30:29 -05:00
leader_election.ex Fix leader election conflict resolution for distributed nodes 2025-07-25 12:45:28 -05:00
packet_distributor.ex Add distributed Erlang clustering for single APRS-IS connection 2025-07-25 10:30:29 -05:00
packet_receiver.ex Add distributed Erlang clustering for single APRS-IS connection 2025-07-25 10:30:29 -05:00
topology.ex Add Cluster.Supervisor directly to application supervision tree 2025-07-25 11:03:20 -05:00