rpi-lora-tranceiver icon indicating copy to clipboard operation
rpi-lora-tranceiver copied to clipboard

Missing license information

Open xypron opened this issue 6 years ago • 3 comments

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

xypron avatar Nov 03 '18 00:11 xypron

Some MIT license would be even better as it could then also be used in other open source or commercial projects.

ulno avatar Dec 03 '18 12:12 ulno

have the same problem, need license, GPL or MIT both are fine for me

laemmy avatar Jan 01 '19 19:01 laemmy

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.

mruijter avatar Feb 02 '19 22:02 mruijter