sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.61k stars 621 forks source link

Golang equivalent for raspberry pi #581

Open wlwatkins opened 2 years ago

wlwatkins commented 2 years ago

Hi,

Might be the wrong place to ask this question. But does someone know of a similar library to arduino-lora for raspberry pi in Go? Because as for now my solution is to use the arduino between the lora and raspberry pi, but that's quite the overhead. thanks

IoTThinks commented 2 years ago

Search for pyLoRa. It is for Pi. Python btw.

You may want to port to golang yourself.

miladnorouziii commented 10 months ago

Hi, use this one. I've ported this library for RPi. https://github.com/miladnorouziii/LoRathon. You can install it using pip. check the API.md file for more details.