Skip to content

Implement large MTU fragmentation on LoRa modulation #23

@sevenbitbyte

Description

@sevenbitbyte

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    Ready

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions