ArmDeveloperEcosystem / lorawan-library-for-pico

Enable LoRaWAN communications on your Raspberry Pi Pico or any RP2040 based board. 📡
BSD 3-Clause "New" or "Revised" License
137 stars 47 forks source link

per 2 Per communication #45

Open JavaMan7 opened 1 month ago

JavaMan7 commented 1 month ago

Hello I would like to know if this library can be used for p2p coms. if it is possible could someone make an example this would really help me out. I have been trying to get p2p working with the RFM95 for over a week now.

Smartich0ke commented 1 month ago

No this library is for LoRaWAN. It a port of an outdated version of LoRaMac-Node and seems to be abandoned. You could try akshayabali/pico-lora. Or more recently, radiolib can do both LORaWAN and LoRa P2P as well as a bunch of other stuff.