anthonykirby / lora-packet

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

Packet decoding as a service #21

Closed ktsakos closed 6 years ago

ktsakos commented 6 years ago

Could i use this library as a service? Essentially, i would like to send the phy payload that my mqtt broker receives from my gateway to the cloud. Then i would like to make requests to the service with the phy payload as input and then it could return me as json format the output with the decoded and decrypted lora packet information.Is is feasible?

anthonykirby commented 6 years ago

Sure, it's MIT licenced; you can do whatever you want!