Skip to content

Instantly share code, notes, and snippets.

@oberstet
Created November 17, 2020 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oberstet/10ff3ffe116e46f8d7efaced2bc10a8e to your computer and use it in GitHub Desktop.
Save oberstet/10ff3ffe116e46f8d7efaced2bc10a8e to your computer and use it in GitHub Desktop.
### LPWAN Protocol Stack for LoRa
```
+----------------------------+
| WAMP-over-UDP * |
+----------------------------+
| UDPv6 |
+----------------------------+
| IPv6 |
+----------------------------+
| LoRa adaption (RFC8724) ** |
+----------------------------+
| LoRaWAN Link Layer (MAC) |
+----------------------------+
| LoRa Physical (PHY) |
+----------------------------+
```
Footnotes:
- *: new, tbd
- **: this is experimental / under design or proposal, RFC8724 + SCHC-over-LoRaWAN; implementations unclear
References:
* https://www.rfc-editor.org/info/rfc8724
* https://datatracker.ietf.org/doc/draft-ietf-lpwan-schc-over-lorawan/
* https://www.ietf.org/archive/id/draft-ietf-lpwan-schc-over-lorawan-13.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment