Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decode Beacon frame #9

Open
pyrog opened this issue Jul 26, 2017 · 4 comments
Open

Decode Beacon frame #9

pyrog opened this issue Jul 26, 2017 · 4 comments

Comments

@pyrog
Copy link

pyrog commented Jul 26, 2017

Could be fine to decode beacon frames 😄

See LoRaWAN Specification, Chapter 15: Beaconing (Class B option)

@anthonykirby
Copy link
Owner

anthonykirby commented Jul 26, 2017 via email

@anthonykirby
Copy link
Owner

(I'm scheduling time in September to work on this; apologies for the delay)

@anthonykirby
Copy link
Owner

(again, apologies for the delay)
I'm gladly implement this, but what I really need is some example packets to test it with. Could you provide examples?

@tibortiz
Copy link

tibortiz commented May 21, 2018

Hi @anthonykirby

Here is the Beacon payload format according to LW 1.1 and the incoming LW 1.0.3 spec:
image

And an example of Class B beacon payload for AS923 (The GW GPS coordinates are anonymized) :
00008065f0466096000000000000000000

Please note that the format of the beacon can change based on the band used:

The parsing needs to be flexible to decode the beacon used for all the bands:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants