Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 692 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 692 Bytes

Erlang LoraWan Tests

erlang-lorawan provides erlang modules to read and write LoRaWAN 1.0 frames from and to a hex or base64 encoded array of bytes.

The following structures are implemented (+ fields):

PHYPayload    (MHDR | MACPayload | MIC)
MACPayload    (FHDR | FPort | FRMPayload)
FHDR          (DevAddr | FCtrl | FCnt | FOpts)

The Following message types (MType) are implemented:

  • JoinRequest
  • RejoinRequest
  • JoinAccept
  • UnconfirmedDataUp
  • UnconfirmedDataDown
  • ConfirmedDataUp
  • ConfirmedDataDown
  • Proprietary