basicstation: initial check-in 19188/head
authorMarcus Schref <mschref@web.de>
Wed, 7 Sep 2022 11:16:53 +0000 (13:16 +0200)
committerMarcus Schref <mschref@web.de>
Wed, 7 Sep 2022 11:17:00 +0000 (13:17 +0200)
commitb7d466040c384decbf29ef064256944d497be629
treefbc62292e32035e6771e3db3a404e462e16c05fa
parentdeb8921629409560c91933d47f4adc5a0861f4e5
basicstation: initial check-in

(LoRa) Basicstation is an implementation of a LoRa packet forwarder and is
intended to be run on the host of a LoRa-based gateway. Basicstation forwards
RF packets recieved by a concentrator to a LoRaWAN network server (LNS).
It also transmits RF packets received from the LNS to one or multiple LoRa
end devices. Further information: https://lora-developers.semtech.com/build/
software/lora-basics/lora-basics-for-gateways

Signed-off-by: Marcus Schref <mschref@web.de>
net/basicstation/Makefile [new file with mode: 0644]
net/basicstation/files/etc/config/basicstation [new file with mode: 0644]
net/basicstation/files/etc/init.d/basicstation [new file with mode: 0644]
net/basicstation/patches/000-include_sys_time.patch [new file with mode: 0644]
net/basicstation/src/CMakeLists.txt [new file with mode: 0644]
net/basicstation/test.sh [new file with mode: 0644]