Skip to content

Instantly share code, notes, and snippets.

@nerlihmax
Created March 13, 2020 02:18
Show Gist options
  • Save nerlihmax/65f7ebb3a59dc824c0bf4089a3e6a884 to your computer and use it in GitHub Desktop.
Save nerlihmax/65f7ebb3a59dc824c0bf4089a3e6a884 to your computer and use it in GitHub Desktop.
struct joinRequest {
uint8_t appEUI[8];
uint8_t devEUI[8];
uint8_t devNonce[2];
}
struct joinAccept {
uint8_t appNonce[3];
uint8_t netID[3];
uint8_t devAddr[4];
uint8_t dlSettings[1];
uint8_t rxDelay[1];
uint8_t cfList[16];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment