anthonykirby / lora-packet

LoRa radio packet decoder
MIT License
261 stars 83 forks source link

Please provide full decryption/encryption examples for up/down communication #27

Open daredevilbsd opened 6 years ago

daredevilbsd commented 6 years ago

Hello,

First of all I'm glad that I found your project. My research shows that everybody is just going the easy way using the thingsnetwork but I see no point in my case. I would like to receive data from my weather station and occasionally send some commands to it, I don't want to be limited to any like 40 messages per day etc.

I would like to setup an own private lora gateway which decrypts packet just for my device, ignores everything else and processes the output locally on a raspberry pi, eg data comes in->decode->write to text file.

Thank you