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

Packet forwarder with SX127X #37

Closed ethicstechOSS closed 7 years ago

ethicstechOSS commented 7 years ago

Can I use packet forwarder with SX127X modem instead of multichannel SX130X modem?. My setup is RPI board with HopeRF SX1272 LoRa module. I dont have SX130X and not interested on multichannel as well.

TIA, Prakash

mcoracin commented 7 years ago

You can use it if you rewrite the HAL (lora_gateway) for the SX1272.

There are some initiatives for this on the internet, have a look to the The Things Network community.