Orienfish / lora-ns3

ns3 lora module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
======

About

ns3 lora module


Languages

Language:C++ 99.0%Language:Python 1.0%