-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
LoRa modulation can't do larger than 255 byte packets. But our CLI can handle larger packets.
We could add a fragmentation layer when in LoRa modulation enabling normal sized ethernet frames.
Breaking a normal sized ethernet packet into multiple LoRa packets, which all go through the dispatcher normally. Fragements also allows the LoRa node to share the spectrum better as the dispatcher will delay transmissions to avoid cross talk. Meanwhile this removes the need for multiple ethernet layer ACK round trip times.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Ready