Module mod_params

Module mod_params 

Source
Expand description

Parameters used across the lora-phy crate to support various use cases

Structs§

DutyCycleParams
Receive duty cycle parameters
ModulationParams
Modulation parameters for a send and/or receive communication channel
PacketParams
Packet parameters for a send or receive communication channel
PacketStatus
Status for a received packet

Enums§

Bandwidth
Channel width. Lower values increase time on air, but may be able to find clear frequencies.
CodingRate
Controls the forward error correction. Higher values are more robust, but reduces the ratio of actual data in transmissions.
RadioError
Errors types reported during LoRa physical layer processing
RadioMode
The state of the radio
RxMode
Listening mode for LoRaWAN packet detection/reception
SpreadingFactor
Controls the chirp rate. Lower values are slower bandwidth (longer time on air), but more robust.