Giter VIP home page Giter VIP logo

Comments (4)

titansmc avatar titansmc commented on August 18, 2024

They have already changed, The way to do it should be to check which are the available packages from:

https://artifacts.chirpstack.io/packages/3.x/deb/dists/stable/main/binary-arm64/Packages

from rak_common_for_gateway.

saket424 avatar saket424 commented on August 18, 2024

edit the chirpstack/install.sh as follows

pi@rak-gateway:~/rak_common_for_gateway/chirpstack $ diff install.sh.orig install.sh
67,72c67,72
< #apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1CE2AFD36DBCCA00
< #sudo echo "deb https://artifacts.chirpstack.io/packages/3.x/deb stable main" | sudo tee /etc/apt/sources.list.d/chirpstack.list
< #apt update
< #apt install chirpstack-network-server
< #apt install chirpstack-gateway-bridge
< #apt install chirpstack-application-server
---
> apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1CE2AFD36DBCCA00
> sudo echo "deb https://artifacts.chirpstack.io/packages/3.x/deb stable main" | sudo tee /etc/apt/sources.list.d/chirpstack.list
> apt update
> apt install chirpstack-network-server
> apt install chirpstack-gateway-bridge
> apt install chirpstack-application-server
74,78c74,78
< rm *.deb -f
< #3.2 download chirpstack packages
< wget https://artifacts.chirpstack.io/packages/3.x/deb/pool/main/c/chirpstack-application-server/chirpstack-application-server_3.5.1_linux_armv7.deb
< wget https://artifacts.chirpstack.io/packages/3.x/deb/pool/main/c/chirpstack-gateway-bridge/chirpstack-gateway-bridge_3.4.1_linux_armv7.deb
< wget https://artifacts.chirpstack.io/packages/3.x/deb/pool/main/c/chirpstack-network-server/chirpstack-network-server_3.6.0_linux_armv7.deb
---
> #rm *.deb -f
> ##3.2 download chirpstack packages
> #wget https://artifacts.chirpstack.io/packages/3.x/deb/pool/main/c/chirpstack-application-server/chirpstack-application-server_3.5.1_linux_armv7.deb
> #wget https://artifacts.chirpstack.io/packages/3.x/deb/pool/main/c/chirpstack-gateway-bridge/chirpstack-gateway-bridge_3.4.1_linux_armv7.deb
> #wget https://artifacts.chirpstack.io/packages/3.x/deb/pool/main/c/chirpstack-network-server/chirpstack-network-server_3.6.0_linux_armv7.deb
81,83c81,83
< dpkg -i chirpstack-application-server_3.5.1_linux_armv7.deb
< dpkg -i chirpstack-gateway-bridge_3.4.1_linux_armv7.deb
< dpkg -i chirpstack-network-server_3.6.0_linux_armv7.deb
---
> #dpkg -i chirpstack-application-server_3.5.1_linux_armv7.deb
> #dpkg -i chirpstack-gateway-bridge_3.4.1_linux_armv7.deb
> #dpkg -i chirpstack-network-server_3.6.0_linux_armv7.deb

from rak_common_for_gateway.

saket424 avatar saket424 commented on August 18, 2024

If all goes well with cirpstack install, you should see this

pi@rak-gateway:~/rak_common_for_gateway/chirpstack $ dpkg -l | grep chirp
ii chirpstack-application-server 3.8.0 armhf ChirpStack Application Server
ii chirpstack-gateway-bridge 3.7.1 armhf ChirpStack Gateway Bridge
ii chirpstack-network-server 3.7.0 armhf ChirpStack Network Server

from rak_common_for_gateway.

 avatar commented on August 18, 2024

chirpstack always deletes historical versions.
In the next version we will add the chirpstack's repository to the repository list to fix this bug.

from rak_common_for_gateway.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.