nuttx-apps/wireless
Jorge Guzman baef9ebf6e wireless/lora_pkt_fwd: add Semtech UDP packet forwarder and lora command
Forward the packets received by a LoRa concentrator to a LoRaWAN network
server with the Semtech UDP protocol version 2, and turn the downlink
requests of the server into transmissions.  The server may be given as a name
and is resolved with getaddrinfo().  No floating point is used anywhere.

The same program provides the "lora" command, which mirrors the AT command
set of the vendor gateway firmwares, plus tx, which sends a single packet and
so brings a gateway up against any LoRa receiver without a network server.

Nothing here names a chip: the types and the commands are the device
independent gateway ones of the nuttx repository,
nuttx/wireless/lpwan/lora_gw.h.  The application depends on LPWAN_LORA_GW,
the symbol such a driver selects, so until one is merged nothing here is
compiled.

Assisted-by: Claude Code 4.8
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2026-08-06 13:01:26 -03:00
..
bluetooth wireless/bluetooth/nimble: make transport ACL buffer count configurable 2026-07-15 08:40:55 +02:00
gs2200m include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
ieee802154 include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
iwpan wireless: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
lora_pkt_fwd wireless/lora_pkt_fwd: add Semtech UDP packet forwarder and lora command 2026-08-06 13:01:26 -03:00
wapi include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
CMakeLists.txt wireless: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
Make.defs wireless: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
Makefile wireless: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00