Lora-net / packet_forwarder

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.
Other
724 stars 668 forks source link

packets types #51

Closed akieni closed 7 years ago

akieni commented 7 years ago

Hi, I have a question about how this project can help us with a loranet deployment.. We would like to forward mysql data through lora (From lora gateway to lora device and vice versa) and I wonder if this lora-net packet forwarder can work in that scenario


| Server 2 |------|Lora device |*** radio link**** |Lora Gateway |------| Mysql serve1| | mysql | || |____| ||

mcoracin commented 7 years ago

You can transport any kind of data in the packet payload.