LoRaMAC compile configurations

Detailed Description

Macros

#define LORAMAC_DEV_EUI_DEFAULT
 Default device EUI. More...
 
#define LORAMAC_APP_EUI_DEFAULT
 Default application EUI. More...
 
#define LORAMAC_APP_KEY_DEFAULT
 Default application key. More...
 
#define LORAMAC_APP_SKEY_DEFAULT
 Default application session key. More...
 
#define LORAMAC_NWK_SKEY_DEFAULT
 Default network session key. More...
 
#define LORAMAC_DEV_ADDR_DEFAULT   { 0x00, 0x00, 0x00, 0x00 }
 Default device address.
 

Macro Definition Documentation

◆ LORAMAC_APP_EUI_DEFAULT

#define LORAMAC_APP_EUI_DEFAULT
Value:
{ 0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00 }

Default application EUI.

     8 bytes key, required for join procedure

Definition at line 55 of file loramac.h.

◆ LORAMAC_APP_KEY_DEFAULT

#define LORAMAC_APP_KEY_DEFAULT
Value:
{ 0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00 }

Default application key.

     16 bytes key, required for join procedure

Definition at line 65 of file loramac.h.

◆ LORAMAC_APP_SKEY_DEFAULT

#define LORAMAC_APP_SKEY_DEFAULT
Value:
{ 0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00 }

Default application session key.

     16 bytes key, only required for ABP join procedure type

Definition at line 77 of file loramac.h.

◆ LORAMAC_DEV_EUI_DEFAULT

#define LORAMAC_DEV_EUI_DEFAULT
Value:
{ 0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00 }

Default device EUI.

     8 bytes key, required for join procedure

Definition at line 45 of file loramac.h.

◆ LORAMAC_NWK_SKEY_DEFAULT

#define LORAMAC_NWK_SKEY_DEFAULT
Value:
{ 0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00 }

Default network session key.

     16 bytes key, only required for ABP join procedure type.

Definition at line 89 of file loramac.h.