lorawan-stack icon indicating copy to clipboard operation
lorawan-stack copied to clipboard

Add OpenWRT package

Open rvolosatovs opened this issue 6 years ago • 5 comments

Summary:

Package TTN stack and CLI for OpenWRT. References #86

Why do we need this?

To make users happy

What is already there? What do you see now?

Binary releases

What is missing? What do you want to see?

OpenWRT package.

How do you propose to implement this?

Looks like goreleaser does not have support for it, but we can maybe add it? Brew tap in https://github.com/TheThingsNetwork/homebrew-lorawan-stack should serve as an example of how the package should look like.

Environment:

CI

rvolosatovs avatar Feb 07 '19 16:02 rvolosatovs

Is there any demand for this? Otherwise I think we should just close this.

htdvisser avatar Mar 26 '21 09:03 htdvisser

Same reasoning as in all the other ones in this series.

If I have a device using OpenWRT and I get to choose a LoRaWAN stack to put there, I am going to choose the one already available in the package repository.

rvolosatovs avatar Mar 26 '21 20:03 rvolosatovs

As just discussed, we'll keep the issue open, but don't work on it unless it gets some upvotes.

htdvisser avatar Mar 30 '21 09:03 htdvisser

I think some users may want to install the stack on their gateway in order to create a on premise / private service and pass data to other services.

vigalent avatar Apr 25 '22 14:04 vigalent

I think some users may want to install the stack on their gateway in order to create a on premise / private service and pass data to other services.

Yes right and I have an example: What I currently do is copy manually the temporary keys (NwkSkey & AppSKey) out of TTN and put them into the ABP encryption to use the data also locally forwarded to an MQTT Server. Would be nice to automate this locally on the gateway.

meckiemac avatar Apr 25 '22 15:04 meckiemac