From 82a42d39e9fa16a1a59d4769ebf28a22d63fd34d Mon Sep 17 00:00:00 2001 From: loradar <56890699+loradar@users.noreply.github.com> Date: Thu, 11 Jun 2020 17:36:36 +1000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15e88e7..78ef519 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ LoRa is the physical layer access technology that employs a variant of the chirp _LoRadar_ is a passive packet sniffing framework for LoRa built using off-the-shelf hardware. Unlike standard LoRaWAN gateways that relay the received LoRaWAN packets to the network server, _LoRdar_ does not relay the received messages and is in essence an offline LoRaWAN gateway. This provides the benefit of not interfering with the existing network, such as changing the flow of the uplink and downlink packet transmissions. -## Versions +## Cofigurations -_LoRadar_ supports all forms of LoRaWAN gateways, whether commercially purchased or custom-built. Support for commercially purchased gateways are based on using our Python script along with the gateways' built-in packet logging feature to collect the sniffed data. For custom-built gateways, LoRadar supports both SPI and USB-to-mPCIe connections. Data collection is achieved by using the packet logger developed by Jac Kersing (https://github.com/kersing/lora_gateway/tree/master/util_pkt_logger). We provide tutorials for three versions below: +_LoRadar_ supports all forms of LoRaWAN gateways, whether commercially purchased or custom-built. Support for commercially purchased gateways are based on using our Python script along with the gateways' built-in packet logging feature to collect the sniffed data. For custom-built gateways, LoRadar supports both SPI and USB-to-mPCIe connections. Data collection is achieved by using the packet logger developed by Jac Kersing (https://github.com/kersing/lora_gateway/tree/master/util_pkt_logger). We provide tutorials for three configurations below: 1) Configuration 1 (Custom-built; mTAC-LoRa as the module) 2) Configuration 2 (Custom-built; RAK831 as the module) 3) Configuration 3 (Commercial; Kerlink Wirnet Station) -Instructions for each version are provided in their corresponding directory. +Instructions for each configuration are provided in their corresponding directory. ## Data collection and information extraction Once the data is collected, various sensor and network information are extracted from our python script, and outputed as a csv file: