-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathREADME
More file actions
38 lines (26 loc) · 859 Bytes
/
README
File metadata and controls
38 lines (26 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
LoraWAN partial network implementation
-------------------------------------
Introduction
============
LoRaWAN is a long range wireless protocol with interesting features such as:
* long range
* spread spectrum (enabling to receive multiple packets at the same time)
* Scalable data rate
- not only to increase the range, but also to schedule dynamically
Support
=======
Parts that are supported:
* Device class A
Commands that are supported
* LinkAdrReq
* LinkAdrAns
Topology
========
Device Gateway Network
------ ------- -------
LoRaApplication LoRaSinkApplication LoRaNetwork|LoRaPowerControl
LoRaNetDevice LoRaNetDeviceGw | IP layer--------IP layer (Does not matter what protocol.)
LoRaPhy LoRaPhy |
----------SpectrumChannel------------
Helper
======