packet_forwarder
Packet Forwarder
Program that forwards radio packets between LoRa network nodes and a server.
A LoRa packet forwarder is a program running on the host of a LoRa gateway that forwards RF packets receive by the concentrator to a server through a IP/UDP link, and emits RF packets that are sent by the server. This project is associated to the lora_gateway repository for SX1301 chip. For SX1302/1303, the repository sx1302_hal must be used.
729 stars
114 watching
668 forks
Language: C
last commit: almost 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
mirakonta/lora_gateway | A software framework for building LoRa gateways with RF transceivers | 107 |
clydemcqueen/udp_forward | A tool that forwards UDP packets between devices over Ethernet. | 9 |
devicehive/lora-gateway | A gateway system that receives LoRa radio transmissions and forwards them to the DeviceHive cloud service | 8 |
lupyuen/loraarduino | A software solution for low-bandwidth, low-data-rate wireless communication between IoT devices and gateways over long distances using LoRa technology. | 27 |
lora-rs/lora-rs | Provides Rust crates and utilities for implementing LoRa radio transceivers | 264 |
dbrgn/rn2xx3-rs | A Rust driver for LoRaWAN modules that provides low-level interfaces for joining and transmitting data. | 5 |
hallard/loraspi | A Raspberry Pi-based LoRa gateway and node platform | 129 |
lora-net/loramac-node | Implementation of an end-device LoRaWAN stack in C | 1,889 |
martynwheeler/u-lora | Enables RFM95 radio communication on various microcontrollers using Python | 74 |
wei1234c/sx127x_driver_for_micropython_on_esp8266 | A Python driver for SX127x LoRa transceivers on various microcontroller platforms | 146 |
chirpstack/chirpstack-gateway-bridge | Converts LoRa Packet Forwarder protocols to ChirpStack common data format (JSON and Protobuf) for various IoT applications. | 425 |
s-lora/s-lora | A scalable system for serving thousands of concurrent parameter-efficient fine-tuning adapters | 1,750 |
ehong-tl/micropysx126x | A LoRa radio driver for Micropython and CircuitPython platforms | 103 |
azorg/sx127x_esp | Connects an LoRaTM module to an ESP8266/ESP32 microcontroller using MicroPython | 13 |
lemariva/upylorawan | A device that uses MicroPython to communicate over LoRaWAN using an ESP32 microcontroller | 225 |