lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181219155616.9547-1-ben.whitten@lairdtech.com>
Date:   Wed, 19 Dec 2018 15:56:12 +0000
From:   Ben Whitten <ben.whitten@...il.com>
To:     starnight@...cu.edu.tw, jiri@...nulli.us, afaerber@...e.de
Cc:     linux-lpwan@...ts.infradead.org,
        linux-arm-kernel@...ts.infradead.org, netdev@...r.kernel.org,
        Ben Whitten <ben.whitten@...rdtech.com>
Subject: [PATCH RFC lora-next 0/4] Get sx1301 to transmit lora packets

If we ignore the first commit here which corrects style issues this
series gets the AGC firmware running then implements framing over
the lora socket to get the metadata the concentrator needs to send
a lora packet.

It could be that we need two protocals in the lora protocal family,
one raw and used for node devices, and one with framing and used in
gateways.
But it depends if node devices need information from the LoRaWAN
layer such as spreading factor and coding rate to initiate a
transmission.

I tested this with a tx_test userspace application [1] to adjust
bandwidth.

[1] https://github.com/BWhitten/lora-modules/blob/master/tx_test.c

Ben Whitten (4):
  net: lora: sx125x sx1301: correct style warnings
  net: lora: sx1301: add minimal to get AGC working prior to tx work
  net: lora: sx1301: add minimal to get transmission out
  net: lora: sx1301: introduce a lora frame for packet metadata

 drivers/net/lora/dev.c    |   2 -
 drivers/net/lora/sx125x.c |  20 +-
 drivers/net/lora/sx1301.c | 529 ++++++++++++++++++++++++++++++++++++--
 drivers/net/lora/sx1301.h |  44 +++-
 include/uapi/linux/lora.h |  46 ++++
 5 files changed, 602 insertions(+), 39 deletions(-)

-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ