mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-09 22:45:11 +00:00
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> |
||
|---|---|---|
| .. | ||
| bluetooth | ||
| gs2200m | ||
| ieee802154 | ||
| iwpan | ||
| lora_pkt_fwd | ||
| wapi | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Make.defs | ||
| Makefile | ||