MAP_POLYLINE chunked transport with backpressure handling #41
Labels
No labels
area:companion
area:docs
area:shared
area:tooling
area:watchapp
blocker
kind:chore
kind:feature
kind:spike
kind:test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
robert/PedalPebble#41
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Move map frames without ever starving navigation.
Acceptance criteria
app_message_outbox_size_maximum()split with a sequence headerFiles
companion/.../map/MapTransport.ktwatchapp/src/c/view_map.cUpdate — 2026-09-02: much easier at ≤ 0.2 Hz
Chunking and reassembly are unchanged. The backpressure story is far simpler now that slices arrive on
exhaustion rather than every second (D39).
keep it, but it is no longer the hot path