I have SX1231/RFM69 (used a lot in home automation with bonus baked in AES based crypto) and nRF24L01P library ports in pipeline as well. I’m a contractor and work is drying up as companies cut costs and enforce work from home so I may have some time for hobby projects.
I tend to use LoRa for the “spokes” of “hub and spoke” low power IoT networks.
My library would need a wrapper which implemented a mesh networking protocol.
I was thinking about adapting my Netduino WIfi Azure IoT Hub https client code so that a FEZT18-W can act as a field gateway for other LoRa devices.
If people wanted todo LoRaWAN there are products which implement the RF HW & wireless stack in firmware from companies like MicroChip. These are often a better way to go as the vendor has usually taken care of the necessary government and network certifications.
For a FEZ * duino style platforms I would look at a shield from dragino/elecrow or similar
If your using another form factor maybe a breakout with some jumper leads for testing
I have some field gateways which run on RPI (Not the latest ones as Windows 10 core) I have used these pHats. Just make sure you select a frequency band which is suitable for your location etc.
Vendors often use the terms LoRa & LoRaWAN interchangeably which can be problematic.