Skip to main content

Transmit Layer

warning

This section contains a core piece of our intellectual property – please do not share any information found here.

The transmit layer is responsible for transmitting packets from one node to another. It is one of the most complex layers in the network stack, and is a key piece of our intellectual property. This layer, however, is the start of the medium-specific layers, so we do not use our own implementations for well-supported mediums like BLE and Wi-Fi, and only need to implement this layer for new mediums like LoRa or general radio hardware.

The transmit layer and its algorithms are currently undergoing simulated testing. The protocol page will be updated with more information as it becomes available and once we solidify the algorithms.