feat(mesh): off-grid PPLI + GeoChat over Meshtastic (Phase 1)#47
Open
jfuginay wants to merge 1 commit into
Open
feat(mesh): off-grid PPLI + GeoChat over Meshtastic (Phase 1)#47jfuginay wants to merge 1 commit into
jfuginay wants to merge 1 commit into
Conversation
…ase 1)
When a Meshtastic radio is connected, also send self-PPLI (throttled ~30s)
and GeoChat over portnum 72, not only to the TAK server. Fix inbound b-t-f
classification so mesh GeoChat reaches the chat pipeline instead of the map.
Team/__group crosses the mesh so team colors render off-grid. Adds an
on-by-default "Broadcast over mesh" toggle + 30-60s interval.
Wire format stays TAKMessage{CoTEvent} (Phase 1 = OmniTAK<->OmniTAK).
Standard TAKPacket + unishox2 ecosystem interop is Phase 2.
Refs #46
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Phase 1 — off-grid mesh TAK (OmniTAK↔OmniTAK)
When a Meshtastic radio is connected, OmniTAK now also routes self-PPLI (throttled ~30s) and GeoChat over portnum 72, not only to the TAK server. Inbound
b-t-fis classified as chat (was mis-routed to the map). Team/__groupcrosses the mesh so team colors render off-grid. On-by-default "Broadcast over mesh" toggle added.Wire format stays
TAKMessage{CoTEvent}(Phase 1). StandardTAKPacket+ unishox2 ecosystem interop is Phase 2.Verification: build green + unit tests pass + wire-format round-trips.⚠️ Real on-air LoRa delivery NOT yet verified (needs 2 radios or TAK_Meshtastic_Gateway).
Built via planner/checker + executor agent review.
🤖 Generated with Claude Code