rpi-lora-tranceiver
rpi-lora-tranceiver copied to clipboard
Missing license information
Could you, please, add a license file so that it becomes clear how this code may be used. GPL would be fine.
Best regards
Heinrich
Some MIT license would be even better as it could then also be used in other open source or commercial projects.
have the same problem, need license, GPL or MIT both are fine for me
I've forked this code and rewrote it to solve a number of bugs that I encountered. For example the original code does not allow modification of the BW, SF, and other settings. They won't load due to a register value that blocks it.
The improved code can be found here: https://github.com/mruijter/lora_transceiver
This code allows other user space programs to send and receive lora messages by simply writing to pipes once the daemon has started. I published it under the MIT license and kept reference to the dragino license information.