package
0.1.1
Repository: https://github.com/bigjk/loraemu.git
Documentation: pkg.go.dev

# Functions

New creates a new emulator with the given frequency, gamma (which is the Log-Distance Path Loss exponent) and LoRa packet config.
NewMobility creates a new mobility manager linked to an emu with the given commands.

# Constants

CollisionDecodeableLevel describes the dB strength a received packets needs to have compared to other packets it's collides with.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MaxPacketLen specifies the maximum length a single LoRa packet can be.

# Structs

Emulator represents a LoRa emulator.
LogEntry represents an entry in the trace log of the emulator.
Mobility represents a mobility manager that executes a set of mobility commands from the ns-2 format on a LoRaEMU instance.
Node represents a LoRa device in the emulator.
RxPacket represents a received packet with its corresponding signal information.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author