TheThingsNetwork / lorawan-stack

The Things Stack, an Open Source LoRaWAN Network Server
https://www.thethingsindustries.com/stack/
Apache License 2.0
932 stars 302 forks source link

Add OpenWRT package #113

Open rvolosatovs opened 5 years ago

rvolosatovs commented 5 years ago

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

htdvisser commented 3 years ago

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

rvolosatovs commented 3 years ago

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.

htdvisser commented 3 years ago

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

vigalent commented 2 years ago

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.

meckiemac commented 2 years ago

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.