oe3cjb / TTGO-T-Beam-LoRa-APRS

Use TTGO T-Beam as LoRa APRS Tracker
100 stars 74 forks source link

LoRa packet header documentation #24

Closed ge0rg closed 11 months ago

ge0rg commented 2 years ago

Hi, I was wondering about the on-the-wire-format of LoRa packets containing APRS.

It looks like this code is generating the header, consisting of:

What is the meaning of the "<" and of the 0x01? It looks like the regular LoRa header is four bytes (to, from, ID, flags) - why is the APRS header shorter? Why are we not using to=0xff (broadcast)?

oe3cjb commented 11 months ago

this was just copied from another code and so I don't know :-(